Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h195 bool isParamAPointer(unsigned ParamIdx) const;
H A DCodeGenTarget.cpp899 bool CodeGenIntrinsic::isParamAPointer(unsigned ParamIdx) const { in isParamAPointer() function in CodeGenIntrinsic
H A DGlobalISelEmitter.cpp4123 OperandIsAPointer |= II->isParamAPointer(i - 1); in createAndImportSelDAGMatcher()