Home
last modified time | relevance | path

Searched refs:CalledF (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp53 Function *CalledF, uint64_t NewCount) { in runCGProfilePass() argument
56 if (!CalledF || !TTI.isLoweredToCall(CalledF) || in runCGProfilePass()
57 CalledF->hasDLLImportStorageClass()) in runCGProfilePass()
59 uint64_t &Count = Counts[std::make_pair(F, CalledF)]; in runCGProfilePass()
H A DSanitizerCoverage.cpp1219 auto CalledF = CB->getCalledFunction(); in createFunctionControlFlow() local
1220 if (CalledF && !CalledF->isIntrinsic()) in createFunctionControlFlow()
1221 CFs.push_back((Constant *)IRB.CreatePointerCast(CalledF, PtrTy)); in createFunctionControlFlow()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXImageOptimizer.cpp64 Function *CalledF = CI->getCalledFunction(); in runOnFunction() local
65 if (CalledF && CalledF->isIntrinsic()) { in runOnFunction()
67 switch (CalledF->getIntrinsicID()) { in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp532 Function *CalledF, unsigned OpIdx) { in getPointeeTypeByCallInst() argument
536 return IntegerType::getInt8Ty(CalledF->getContext()); in getPointeeTypeByCallInst()
693 } else if (Function *CalledF = CI->getCalledFunction()) { in deduceElementTypeHelper() local
695 getOclOrSpirvBuiltinDemangledName(CalledF->getName()); in deduceElementTypeHelper()
702 else if (Type *KnownRetTy = GR->findDeducedElementType(CalledF)) in deduceElementTypeHelper()
832 Function *CalledF = CI->getCalledFunction(); in deduceOperandElementTypeCalledFunction() local
833 if (!CalledF) in deduceOperandElementTypeCalledFunction()
836 getOclOrSpirvBuiltinDemangledName(CalledF->getName()); in deduceOperandElementTypeCalledFunction()
839 const SPIRVSubtarget &ST = TM->getSubtarget<SPIRVSubtarget>(*CalledF); in deduceOperandElementTypeCalledFunction()
1608 Function *CalledF = CI->getCalledFunction(); in insertPtrCastOrAssignTypeInstr() local
[all …]