Searched defs:Cost (Results 1 - 25 of 70) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DCostTable.h27 unsigned Cost; member in struct:llvm::CostTblEntry
48 unsigned Cost; member in struct:llvm::TypeConversionCostTblEntry
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.h133 int16_t Cost; member in struct:llvm::final::OpRegBankEntry
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCostModel.cpp106 InstructionCost Cost = TTI->getInstructionCost(&Inst, CostKind); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.cpp120 int Cost = 0; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp117 uint8_t Cost = RegCosts[PhysReg]; local
137 uint8_t Cost = RegCosts[PhysReg]; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp60 InstructionCost Cost = local
88 InstructionCost Cost = local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInlineCost.h71 int Cost = 0; member in class:llvm::InlineCost
80 InlineCost(int Cost, int Threshold, const char *Reason = nullptr) argument
87 static InlineCost get(int Cost, int Threshold) { argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h93 void addUser(Instruction *Inst, unsigned Idx, unsigned Cost) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp297 const InstructionCost Cost = ComputeSpeculationCost(&I, *TTI); local
H A DGVNSink.cpp199 int Cost = -1; member in struct:__anon2938::SinkingInstructionCandidate
H A DLoopFlatten.cpp316 InstructionCost Cost = local
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp45 unsigned Cost = 0; local
64 unsigned Cost = 0; local
/netbsd-current/external/apache2/llvm/dist/llvm/utils/PerfectShuffle/
H A DPerfectShuffle.cpp88 unsigned Cost; // Number of instrs used to generate this value. member in struct:ShuffleVal
107 unsigned Cost; member in struct:Operator
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegisterBankInfo.h196 unsigned Cost = 0; member in class:llvm::RegisterBankInfo::InstructionMapping
[all...]
H A DRegBankSelect.h479 operator <<(raw_ostream &OS, const MappingCost &Cost) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp111 CheckForPhysRegDependency(SDNode *Def, SDNode *User, unsigned Op, const TargetRegisterInfo *TRI, const TargetInstrInfo *TII, unsigned &PhysReg, int &Cost) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp388 int Cost = 0; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp484 traceCandidate(const char *Label, const ReadyQueue &Q, SUnit *SU, int Cost, PressureChange P) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp194 unsigned Cost = Entry.IndexPlusCost.second; local
209 unsigned Cost = Entry.IndexPlusCost.second; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h242 InstructionCost Cost = 0; local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSchedule.h145 unsigned Cost; member in struct:llvm::MCRegisterCostEntry
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.h189 uint64_t Cost; member in struct:llvm::mca::DependencyEdge::Dependency
226 uint64_t Cost; member in struct:llvm::mca::DependencyGraph::DGNode
257 void addMemoryDep(unsigned From, unsigned To, unsigned Cost) { argument
252 addRegisterDep(unsigned From, unsigned To, unsigned RegID, unsigned Cost) argument
261 addResourceDep(unsigned From, unsigned To, uint64_t Mask, unsigned Cost) argument
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp508 unsigned Cost; member in struct:__anon3149::DiffEntry
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h184 InstructionCost Cost; member in struct:llvm::VectorizationFactor
186 VectorizationFactor(ElementCount Width, InstructionCost Cost) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp279 unsigned Cost = RBI->copyCost(*DesiredRegBank, *CurRegBank, local
296 MappingCost Cost = MappingCost::ImpossibleCost(); local
971 addLocalCost(uint64_t Cost) argument
981 addNonLocalCost(uint64_t Cost) argument
[all...]

Completed in 297 milliseconds

123