Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DCodeGenIntrinsics.h154 bool isParamAPointer(unsigned ParamIdx) const;
H A DCodeGenIntrinsics.cpp248 bool CodeGenIntrinsic::isParamAPointer(unsigned ParamIdx) const { in isParamAPointer() function in CodeGenIntrinsic
/src/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp916 OperandIsAPointer |= II->isParamAPointer(I - 1); in createAndImportSelDAGMatcher()