Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenInstruction.h310 bool isOperandAPointer(unsigned i) const;
H A DCodeGenInstruction.cpp481 bool CodeGenInstruction::isOperandAPointer(unsigned i) const { in isOperandAPointer() function in CodeGenInstruction
H A DGlobalISelEmitter.cpp3341 bool OperandIsAPointer = SrcGIOrNull->isOperandAPointer(i); in createAndImportSelDAGMatcher()