Searched defs:Cost (Results 26 - 50 of 70) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBankInfo.cpp374 hashInstructionMapping(unsigned ID, unsigned Cost, argument
381 getInstructionMappingImpl( bool IsInvalid, unsigned ID, unsigned Cost, const RegisterBankInfo::ValueMapping *OperandsMapping, unsigned NumOperands) const argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp196 unsigned Cost = local
296 InstructionCost Cost = local
312 unsigned Cost = (Index != 0) ? 2 : 0; local
[all...]
H A DHexagonEarlyIfConv.cpp454 unsigned Cost = 0; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp368 InstructionCost Cost; local
588 InstructionCost Cost local
610 << "Adjusted cost: " << Cost << "\\n"); local
[all...]
H A DLoopUnrollPass.cpp723 static unsigned getFullUnrollBoostingFactor(const EstimatedUnrollCost &Cost, argument
[all...]
H A DJumpThreading.cpp3036 unsigned Cost = getJumpThreadDuplicationCost(BB, AfterGuard, BBDupThreshold); local
H A DSimpleLoopUnswitch.cpp2727 InstructionCost Cost = 0; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp481 double Cost = 0.0; local
H A DX86ISelLowering.cpp2462 uint8_t Cost = 1; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocFast.cpp785 unsigned Cost = calcSpillCost(PhysReg); local
H A DMachineLICM.cpp808 auto Cost = calcRegisterCost(MI, /*ConsiderSeen=*/true, ConsiderUnseenAsDef); local
827 DenseMap<unsigned, int> Cost; local
1092 CanCauseHighRegPressure(const DenseMap<unsigned, int>& Cost, bool CheapInstr) argument
1120 auto Cost = calcRegisterCost(MI, /*ConsiderSeen=*/false, local
1186 auto Cost = calcRegisterCost(&MI, /*ConsiderSeen=*/false, local
[all...]
H A DRegAllocGreedy.cpp837 uint8_t Cost = RegCosts[PhysReg]; local
937 EvictionCost Cost; local
1019 EvictionCost Cost; local
1229 addSplitConstraints(InterferenceCache::Cursor Intf, BlockFrequency &Cost) argument
1426 BlockFrequency Cost; local
1455 BlockFrequency Cost = 0; local
1917 BlockFrequency Cost; local
1923 MBFI->printBlockFreq(dbgs(), Cost)); local
[all...]
H A DTargetLoweringBase.cpp1478 uint8_t Cost; local
1819 InstructionCost Cost = 1; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp309 GetCostForDef(const ScheduleDAGSDNodes::RegDefIter &RegDefPos, const TargetLowering *TLI, const TargetInstrInfo *TII, const TargetRegisterInfo *TRI, unsigned &RegClass, unsigned &Cost, const MachineFunction &MF) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp525 InstructionCost Cost = local
544 InstructionCost Cost = local
631 unsigned Cost = 0; local
708 unsigned Cost = 0; local
751 unsigned Cost = 0; local
893 unsigned Cost = 1; local
936 unsigned Cost = (NumVecs_cmp * (CmpCostPerVector + PredicateExtraCost)); local
965 int Cost = ((getScalarSizeInBits(Val) == 1) ? 2 /*+test-under-mask*/ : 1); local
1201 InstructionCost Cost = local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp944 InstructionCost PPCTTIImpl::vectorCostAdjustment(InstructionCost Cost, argument
1019 InstructionCost Cost = local
1033 InstructionCost Cost = local
1048 InstructionCost Cost = BaseT::getVectorInstrCost(Opcode, Val, Index); local
1121 InstructionCost Cost = local
1205 InstructionCost Cost = getMemoryOpCost(Opcode, VecTy, MaybeAlign(Alignment), local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp1715 OS << Cost << " "; local
H A DCodeGenSchedule.h172 unsigned Cost; member in struct:llvm::CodeGenRegisterCost
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h226 InstructionCost Cost; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp78 InstructionCost Cost = 0; local
148 InstructionCost Cost = AArch64TTIImpl::getIntImmCost(Imm, Ty, CostKind); local
185 InstructionCost Cost = AArch64TTIImpl::getIntImmCost(Imm, Ty, CostKind); local
266 InstructionCost Cost local
871 InstructionCost Cost = local
970 InstructionCost Cost = 0; local
1291 InstructionCost Cost = 0; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1375 InstructionCost Cost = local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp92 InstructionCost Cost = 0; member in struct:OutlinableGroup
[all...]
H A DSampleProfile.cpp1172 InlineCost Cost = shouldInlineCandidate(Candidate); local
1283 InlineCost Cost = getInlineCost(*Candidate.CallInstr, Callee, Params, local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp854 LoopVectorizationCostModel *Cost; member in class:llvm::InnerLoopVectorizer
1377 setWideningDecision(Instruction *I, ElementCount VF, InstWidening W, InstructionCost Cost) argument
1385 setWideningDecision(const InterleaveGroup<Instruction> *Grp, ElementCount VF, InstWidening W, InstructionCost Cost) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp480 int Cost = 0; member in class:__anon1657::final
2441 int Cost = 0; local
[all...]

Completed in 934 milliseconds

123