Searched defs:InstructionCost (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/include/llvm/Support/ |
H A D | InstructionCost.h | 69 InstructionCost(CostType Val) : Value(Val), State(Valid) {} in InstructionCost() function [all...] |
/llvm-project/llvm/lib/CodeGen/ |
H A D | InterleavedLoadCombinePass.cpp | 1136 InstructionCost InstructionCost = 0; combine() local
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | DiagnosticInfo.h | 43 class InstructionCost; variable
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 24 class InstructionCost; global() variable
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SimpleLoopUnswitch.cpp | 2643 computeDomSubtreeCost(DomTreeNode & N,const SmallDenseMap<BasicBlock *,InstructionCost,4> & BBCostMap,SmallDenseMap<DomTreeNode *,InstructionCost,4> & DTCostMap) computeDomSubtreeCost() argument [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 4298 __anon2c96a9c30702(int ISD, unsigned Cost, std::pair<InstructionCost, MVT> LT, FastMathFlags FMF) getIntrinsicInstrCost() argument [all...] |
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 9850 __anon77913467aa02(InstructionCost) getEntryCost() argument [all...] |