Home
last modified time | relevance | path

Searched refs:isOperandAPointer (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenInstruction.h297 bool isOperandAPointer(unsigned i) const;
DCodeGenInstruction.cpp440 bool CodeGenInstruction::isOperandAPointer(unsigned i) const { in isOperandAPointer() function in CodeGenInstruction
DGlobalISelEmitter.cpp3347 bool OperandIsAPointer = SrcGIOrNull->isOperandAPointer(i); in createAndImportSelDAGMatcher()