Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h197 bool isParamAPointer(unsigned ParamIdx) const;
H A DCodeGenTarget.cpp919 bool CodeGenIntrinsic::isParamAPointer(unsigned ParamIdx) const { in isParamAPointer() function in CodeGenIntrinsic
H A DGlobalISelEmitter.cpp4181 OperandIsAPointer |= II->isParamAPointer(i - 1); in createAndImportSelDAGMatcher()