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

12

/freebsd-10.1-release/contrib/llvm/include/llvm/Target/
H A DCostTable.h25 unsigned Cost; member in struct:llvm::CostTblEntry
53 unsigned Cost; member in struct:llvm::TypeConversionCostTblEntry
/freebsd-10.1-release/contrib/llvm/include/llvm/Analysis/
H A DInlineCost.h57 const int Cost; member in class:llvm::InlineCost
63 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {} argument
66 static InlineCost get(int Cost, int Threshold) { argument
[all...]
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp101 unsigned Cost = TRI->getCostPerUse(PhysReg); local
120 unsigned Cost = TRI->getCostPerUse(PhysReg); local
H A DBasicTargetTransformInfo.cpp205 unsigned Cost = 0; local
263 unsigned Cost = TopTTI->getArithmeticInstrCost(Opcode, Ty->getScalarType()); local
348 unsigned Cost = TopTTI->getCastInstrCost(Opcode, Dst->getScalarType(), local
398 unsigned Cost = TopTTI->getCmpSelInstrCost(Opcode, ValTy->getScalarType(), local
497 unsigned Cost = TopTTI->getIntrinsicInstrCost(IID, RetTy->getScalarType(), local
[all...]
H A DRegAllocFast.cpp463 unsigned Cost = 0; local
525 unsigned Cost = calcSpillCost(Hint); local
551 unsigned Cost = calcSpillCost(*I); local
[all...]
H A DTargetLoweringBase.cpp1089 uint8_t Cost; local
1316 unsigned Cost = 1; local
H A DMachineLICM.cpp1070 bool MachineLICM::CanCauseHighRegPressure(DenseMap<unsigned, int> &Cost, argument
1079 int Cost = CI->second; local
[all...]
H A DRegAllocGreedy.cpp482 unsigned Cost = TRI->getCostPerUse(PhysReg); local
577 EvictionCost Cost; local
757 addSplitConstraints(InterferenceCache::Cursor Intf, BlockFrequency &Cost) argument
935 BlockFrequency Cost; local
961 BlockFrequency Cost = 0; local
1218 BlockFrequency Cost; local
[all...]
/freebsd-10.1-release/contrib/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp43 unsigned Cost = 0; local
62 unsigned Cost = 0; local
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp110 CheckForPhysRegDependency(SDNode *Def, SDNode *User, unsigned Op, const TargetRegisterInfo *TRI, const TargetInstrInfo *TII, unsigned &PhysReg, int &Cost) argument
H A DScheduleDAGRRList.cpp274 GetCostForDef(const ScheduleDAGSDNodes::RegDefIter &RegDefPos, const TargetLowering *TLI, const TargetInstrInfo *TII, const TargetRegisterInfo *TRI, unsigned &RegClass, unsigned &Cost, const MachineFunction &MF) argument
[all...]
H A DDAGCombiner.cpp7599 struct Cost { struct in struct:__anon2297::LoadedSlice
7609 Cost(bool ForCodeSize = false) function in struct:__anon2297::LoadedSlice::Cost
7614 Cost(const LoadedSlice &LS, bool ForCodeSize = false) function in struct:__anon2297::LoadedSlice::Cost
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp529 unsigned Cost = local
[all...]
H A DARMISelLowering.cpp974 uint8_t Cost = 1; local
5155 unsigned Cost = (PFEntry >> 30); local
5408 unsigned Cost = (PFEntry >> 30); local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp239 unsigned Cost = LT.first * 1; local
/freebsd-10.1-release/contrib/llvm/lib/Analysis/
H A DCostModel.cpp509 unsigned Cost = getInstructionCost(Inst); local
511 OS << "Cost Model: Found an estimated cost of " << Cost; local
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp349 unsigned Cost = 1; local
544 unsigned Cost = 0; local
575 unsigned Cost = TargetTransformInfo::getMemoryOpCost(Opcode, local
592 unsigned Cost = LT.first * 1; local
[all...]
H A DX86ISelDAGToDAG.cpp1145 int Cost = 0; local
/freebsd-10.1-release/contrib/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp478 unsigned Cost; member in struct:__anon3807::DiffEntry
/freebsd-10.1-release/contrib/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp55 int Cost; member in class:__anon2184::CallAnalyzer
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1095 int Cost = 0; local
1131 int Cost = 0; local
1916 int Cost local
2073 int Cost = R.getTreeCost(); local
2321 int Cost = V.getTreeCost() + getReductionCost(TTI, ReducedVals[i]); local
[all...]
H A DLoopVectorize.cpp687 unsigned Cost; // Cost of the loop with that width member in struct:__anon2839::LoopVectorizationCostModel::VectorizationFactor
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp415 uint8_t Cost = 1; local
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp789 class Cost { class in namespace:__anon2770
801 Cost() function in class:__anon2770::Cost
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp290 unsigned Cost = ComputeSpeculationCost(I); local

Completed in 267 milliseconds

12