Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DInstructionCost.h69 InstructionCost(CostType Val) : Value(Val), State(Valid) {} in InstructionCost() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp1130 InstructionCost InstructionCost = 0; in combine() local
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDiagnosticInfo.h43 class InstructionCost; variable
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2568 static InstructionCost computeDomSubtreeCost( in computeDomSubtreeCost() argument
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7409 auto GetVectorCost = [&](InstructionCost) { in getEntryCost() argument