Home
last modified time | relevance | path

Searched defs:IsNop (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstruction.h744 inline bool Instruction::IsNop() const { in IsNop() function
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinstruction.h744 inline bool Instruction::IsNop() const { in IsNop() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dinstruction.h744 inline bool Instruction::IsNop() const { in IsNop() function
/aosp_15_r20/art/compiler/utils/riscv64/
H A Dassembler_riscv64.cc6723 bool Riscv64Assembler::Branch::IsNop(BranchCondition condition, XRegister lhs, XRegister rhs) { in IsNop() function in art::riscv64::Riscv64Assembler::Branch