Home
last modified time | relevance | path

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

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