Home
last modified time | relevance | path

Searched defs:InstructionCost (Results 1 – 7 of 7) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/include/llvm/Support/
HDInstructionCost.h69 InstructionCost(CostType Val) : Value(Val), State(Valid) {} in InstructionCost() function
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDInterleavedLoadCombinePass.cpp1136 InstructionCost InstructionCost = 0; in combine() local
/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDDiagnosticInfo.h43 class InstructionCost; variable
/freebsd-head/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.h24 class InstructionCost; variable
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDSimpleLoopUnswitch.cpp2661 static InstructionCost computeDomSubtreeCost( in computeDomSubtreeCost() argument
/freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/
HDX86TargetTransformInfo.cpp4298 FastMathFlags FMF) -> InstructionCost { in getIntrinsicInstrCost()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDSLPVectorizer.cpp9909 auto GetVectorCost = [&, &TTIRef = *TTI](InstructionCost) { in getEntryCost() argument