Searched defs:CallCost (Results 1 – 4 of 4) sorted by relevance
| /external/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMTargetTransformInfo.cpp | 743 const int CallCost = getCallInstrCost(nullptr, Dst, {Src}, CostKind); in getCastInstrCost() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
| 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
|
| /external/llvm-project/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorize.cpp | 4860 unsigned CallCost = Cost->getVectorCallCost(CI, VF, NeedToScalarize); in widenCallInstruction() local 7190 unsigned CallCost = getVectorCallCost(CI, VF, NeedToScalarize); in getInstructionCost() local 8081 unsigned CallCost = CM.getVectorCallCost(CI, VF, NeedToScalarize); in tryToWidenCall() local
|
| /external/llvm/lib/Transforms/Vectorize/ |
| 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
|