Home
last modified time | relevance | path

Searched refs:CalleeFn (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86IndirectBranchTracking.cpp90 auto *CalleeFn = dyn_cast<Function>(MOp.getGlobal()); in IsCallReturnTwice() local
91 if (!CalleeFn) in IsCallReturnTwice()
93 AttributeList Attrs = CalleeFn->getAttributes(); in IsCallReturnTwice()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCallingConvLower.cpp263 CCAssignFn CalleeFn, CCAssignFn CallerFn) { in resultsCompatible() argument
268 CCInfo1.AnalyzeCallResult(Ins, CalleeFn); in resultsCompatible()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1299 Function *CalleeFn = CI->getCalledFunction(); in optimizeDoubleFP() local
1300 if (!CI->getType()->isDoubleTy() || !CalleeFn) in optimizeDoubleFP()
1325 StringRef CalleeName = CalleeFn->getName(); in optimizeDoubleFP()
1326 bool IsIntrinsic = CalleeFn->isIntrinsic(); in optimizeDoubleFP()
1343 Intrinsic::ID IID = CalleeFn->getIntrinsicID(); in optimizeDoubleFP()
1347 AttributeList CalleeAttrs = CalleeFn->getAttributes(); in optimizeDoubleFP()
1500 Function *CalleeFn = BaseFn->getCalledFunction(); in replacePowWithExp() local
1501 if (CalleeFn && in replacePowWithExp()
1502 TLI->getLibFunc(CalleeFn->getName(), LibFn) && TLI->has(LibFn)) { in replacePowWithExp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCallingConvLower.h537 CCAssignFn CalleeFn, CCAssignFn CallerFn);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp611 const Function *CalleeFn = dyn_cast<Function>(G->getGlobal()); in LowerCCCCallTo() local
612 if (CalleeFn) in LowerCCCCallTo()
613 NumFixedArgs = CalleeFn->getFunctionType()->getNumParams(); in LowerCCCCallTo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h103 bool CanReturnSmallStruct(const Function* CalleeFn, unsigned& RetSize)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp699 const Function *CalleeFn = nullptr; in hasReturnsTwiceAttr() local
701 CalleeFn = dyn_cast<Function>(G->getGlobal()); in hasReturnsTwiceAttr()
707 CalleeFn = M->getFunction(CalleeName); in hasReturnsTwiceAttr()
710 if (!CalleeFn) in hasReturnsTwiceAttr()
712 return CalleeFn->hasFnAttribute(Attribute::ReturnsTwice); in hasReturnsTwiceAttr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp4032 const Function *CalleeFn = in isSignOrZeroExtended() local
4034 if (!CalleeFn) in isSignOrZeroExtended()
4037 dyn_cast<IntegerType>(CalleeFn->getReturnType()); in isSignOrZeroExtended()
4039 CalleeFn->getAttributes().getRetAttributes(); in isSignOrZeroExtended()