Home
last modified time | relevance | path

Searched defs:isPseudo (Results 1 – 8 of 8) sorted by relevance

/external/clang/tools/libclang/
DCXCursor.h173 bool isPseudo() const { return C.data[1] != nullptr; } in isPseudo() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrDesc.h282 bool isPseudo() const { in isPseudo() function
/external/llvm/include/llvm/MC/
DMCInstrDesc.h208 bool isPseudo() const { return Flags & (1 << MCID::Pseudo); } in isPseudo() function
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.h245 bool isPseudo; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstrDesc.h241 bool isPseudo() const { return Flags & (1ULL << MCID::Pseudo); } in isPseudo() function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenInstruction.h257 bool isPseudo : 1; variable
/external/llvm/utils/TableGen/
DCodeGenInstruction.h254 bool isPseudo : 1; variable
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.h840 inline bool isPseudo() const { return op < OP_MOV; } in isPseudo() function