Searched defs:getIntrinsicID (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/
H A DTargetIntrinsicInfo.cpp25 unsigned TargetIntrinsicInfo::getIntrinsicID(Function *F) const { function in class:TargetIntrinsicInfo
/external/llvm/include/llvm/IR/
H A DIntrinsicInst.h41 /// getIntrinsicID - Return the intrinsic ID of this intrinsic.
43 Intrinsic::ID getIntrinsicID() const { function in class:llvm::IntrinsicInst
44 return (Intrinsic::ID)getCalledFunction()->getIntrinsicID();
65 switch (I->getIntrinsicID()) {
88 return I->getIntrinsicID() == Intrinsic::dbg_declare;
109 return I->getIntrinsicID() == Intrinsic::dbg_value;
180 switch (I->getIntrinsicID()) {
211 return I->getIntrinsicID() == Intrinsic::memset;
245 return I->getIntrinsicID() == Intrinsic::memcpy ||
246 I->getIntrinsicID()
[all...]
/external/llvm/lib/IR/
H A DFunction.cpp237 if (unsigned IID = getIntrinsicID())
386 /// getIntrinsicID - This method returns the ID number of the specified
394 unsigned Function::getIntrinsicID() const { function in class:Function
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5008 static unsigned getIntrinsicID(const SDNode *N) { function
7099 unsigned IID = getIntrinsicID(N);
7144 unsigned IID = getIntrinsicID(ABDNode);

Completed in 925 milliseconds