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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DInlineCost.h61 const int Cost; member in class:llvm::InlineCost
67 InlineCost(int Cost, int Threshold) argument
71 static InlineCost get(int Cost, int Threshold) { argument
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelEmitter.cpp43 unsigned Cost = 0; local
62 unsigned Cost = 0; local
/macosx-10.10.1/llvmCore-3425.0.34/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.cpp265 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 DTargetLowering.cpp896 uint8_t Cost; local
/macosx-10.10.1/llvmCore-3425.0.34/utils/PerfectShuffle/
H A DPerfectShuffle.cpp88 unsigned Cost; // Number of instrs used to generate this value. member in struct:ShuffleVal
108 unsigned Cost; member in struct:Operator
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-diff/
H A DDifferenceEngine.cpp482 unsigned Cost; member in struct:__anon10506::DiffEntry
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DInlineCost.cpp51 int Cost; member in class:__anon9884::CallAnalyzer
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DRegAllocFast.cpp454 unsigned Cost = 0; local
518 unsigned Cost = calcSpillCost(Hint); local
544 unsigned Cost = calcSpillCost(*I); local
[all...]
H A DRegAllocGreedy.cpp464 unsigned Cost = TRI->getCostPerUse(PhysReg); local
532 EvictionCost Cost; local
686 addSplitConstraints(InterferenceCache::Cursor Intf, float &Cost) argument
[all...]
H A DMachineLICM.cpp1070 bool MachineLICM::CanCauseHighRegPressure(DenseMap<unsigned, int> &Cost, argument
1079 int Cost = CI->second; local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1137 int Cost = 0; local
H A DX86ISelLowering.cpp1431 uint8_t Cost = 1; local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp768 class Cost { class in namespace:__anon10396
779 Cost() function in class:__anon10396::Cost
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DSimplifyCFG.cpp366 unsigned Cost = ComputeSpeculationCost(I); local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4502 unsigned Cost = (PFEntry >> 30); local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMISelLowering.cpp845 uint8_t Cost = 1; local
4485 unsigned Cost = (PFEntry >> 30); local
4714 unsigned Cost = (PFEntry >> 30); local
[all...]

Completed in 327 milliseconds