Home
last modified time | relevance | path

Searched refs:isDirectCall (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/include/llvm/IR/
DAbstractCallSite.h115 bool isDirectCall() const { in isDirectCall() function
138 if (isDirectCall()) in isCallee()
155 if (isDirectCall()) in getNumArgOperands()
170 if (isDirectCall()) in getCallArgOperandNo()
184 if (isDirectCall()) in getCallArgOperand()
211 if (isDirectCall()) in getCalledOperand()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h797 bool isDirectCall() const {
820 if (isDirectCall())
831 if (isDirectCall())
846 if (isDirectCall())
860 if (isDirectCall())
887 if (isDirectCall())
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp1703 static bool isDirectCall(Use& U) { in isDirectCall() function
1726 if (isDirectCall(U) && (Old->isDSOLocal() || !IsJumpTableCanonical)) in replaceCfiUses()
1749 Old->replaceUsesWithIf(New, [](Use &U) { return isDirectCall(U); }); in replaceDirectCalls()
/external/llvm-project/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp1736 static bool isDirectCall(Use& U) { in isDirectCall() function
1759 if (isDirectCall(U) && (Old->isDSOLocal() || !IsJumpTableCanonical)) in replaceCfiUses()
1782 Old->replaceUsesWithIf(New, [](Use &U) { return isDirectCall(U); }); in replaceDirectCalls()
DAttributorAttributes.cpp5475 if (ACS.isDirectCall()) in updateImpl()