Searched defs:CallCost (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 4355 unsigned CallCost = Cost->getVectorCallCost(CI, VF, NeedToScalarize); in widenInstruction() local 6369 unsigned CallCost = getVectorCallCost(CI, VF, NeedToScalarize); in getInstructionCost() local 6940 unsigned CallCost = CM.getVectorCallCost(CI, VF, NeedToScalarize); in tryToWiden() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 826 const InstructionCost CallCost = in getCastInstrCost() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 4235 unsigned CallCost = getVectorCallCost(CI, VF, *TTI, TLI, NeedToScalarize); in vectorizeBlockInLoop() local 6083 unsigned CallCost = getVectorCallCost(CI, VF, TTI, TLI, NeedToScalarize); in getInstructionCost() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 7326 InstructionCost CallCost = getVectorCallCost(CI, VF, NeedToScalarize); in getInstructionCost() local 8356 InstructionCost CallCost = in tryToWidenCall() local
|
H A D | SLPVectorizer.cpp | 7692 InstructionCost CallCost = TTI->getCallInstrCost( in getSpillCost() local
|