Searched defs:Cost (Results 1 - 25 of 60) sorted by last modified time

123

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1510 uint8_t Cost = 1; local
7637 unsigned Cost = (PFEntry >> 30); local
8090 unsigned Cost = (PFEntry >> 30); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp709 int PPCTTIImpl::vectorCostAdjustment(int Cost, unsigned Opcode, Type *Ty1, argument
743 int Cost = BaseT::getArithmeticInstrCost(Opcode, Ty, Op1Info, Op2Info, local
766 int Cost = BaseT::getCastInstrCost(Opcode, Dst, Src); local
772 int Cost = BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, I); local
782 int Cost = BaseT::getVectorInstrCost(Opcode, Val, Index); local
857 int Cost = BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace); local
941 int Cost = local
[all...]
H A DPPCISelLowering.cpp9482 unsigned Cost = (PFEntry >> 30); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2426 uint8_t Cost = 1; local
[all...]
H A DX86ISelDAGToDAG.cpp2101 int Cost = 0; local
H A DX86TargetTransformInfo.cpp258 int Cost = local
2456 int Cost = BaseT::getMemoryOpCost(Opcode, VTy->getScalarType(), Alignment, local
2470 int Cost = LT.first * 1; local
2514 int Cost = 0; local
3026 int Cost = 0; local
3124 int Cost = X86TTIImpl::getIntImmCost(Imm, Ty); local
3758 int Cost = NumOfResults * NumOfShufflesPerResult * ShuffleCost + local
3794 int Cost = NumOfMemOps * (MemOpCost + NumOfShufflesPerStore * ShuffleCost) + local
[all...]
H A DX86DomainReassignment.cpp485 double Cost = 0.0; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14433 struct Cost { struct in struct:__anon85::LoadedSlice
14444 explicit Cost(bool ForCodeSize) : ForCodeSize(ForCodeSize) {} function in struct:__anon85::LoadedSlice::Cost
14447 Cost(const LoadedSlice &LS, bool ForCodeSize) function in struct:__anon85::LoadedSlice::Cost
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp44 unsigned Cost = 0; local
63 unsigned Cost = 0; local
H A DCodeGenSchedule.cpp1813 int Cost = RegisterCosts.size() > I ? RegisterCosts[I] : 1; local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.h188 uint64_t Cost; member in struct:llvm::mca::DependencyEdge::Dependency
225 uint64_t Cost; member in struct:llvm::mca::DependencyGraph::DGNode
256 void addMemoryDep(unsigned From, unsigned To, unsigned Cost) { argument
251 addRegisterDep(unsigned From, unsigned To, unsigned RegID, unsigned Cost) argument
260 addResourceDep(unsigned From, unsigned To, uint64_t Mask, unsigned Cost) argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp508 unsigned Cost; member in struct:__anon2844::DiffEntry
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp869 int Cost = 0; local
[all...]
H A DLoopVectorize.cpp765 LoopVectorizationCostModel *Cost; member in class:llvm::InnerLoopVectorizer
1108 setWideningDecision(Instruction *I, unsigned VF, InstWidening W, unsigned Cost) argument
1116 setWideningDecision(const InterleaveGroup<Instruction> *Grp, unsigned VF, InstWidening W, unsigned Cost) argument
[all...]
H A DLoopVectorizationPlanner.h173 unsigned Cost; member in struct:llvm::VectorizationFactor
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp269 const unsigned Cost = ComputeSpeculationCost(&I, *TTI); local
H A DSimpleLoopUnswitch.cpp2360 int Cost = std::accumulate( local
2652 int Cost = 0; local
[all...]
H A DRewriteStatepointsForGC.cpp1961 unsigned Cost = 0; local
2066 unsigned Cost = chainToBasePointerCost(ChainToBase, TTI); local
[all...]
H A DLoopUnrollPass.cpp710 static unsigned getFullUnrollBoostingFactor(const EstimatedUnrollCost &Cost, argument
[all...]
H A DLoopStrengthReduce.cpp1018 class Cost { class in namespace:__anon2715
1026 Cost(const Loop *L, ScalarEvolution &SE, const TargetTransformInfo &TTI) : function in class:__anon2715::Cost
[all...]
H A DJumpThreading.cpp2723 unsigned Cost = getJumpThreadDuplicationCost(BB, AfterGuard, BBDupThreshold); local
H A DGVNSink.cpp200 int Cost = -1; member in struct:__anon2674::SinkingInstructionCandidate
H A DConstantHoisting.cpp361 unsigned Cost; local
419 int Cost = TTI->getIntImmCostInst(Instruction::Add, 1, Offset, PtrIntTy); local
577 int Cost local
598 << "Adjusted cost: " << Cost << "\\n"); local
[all...]
H A DCallSiteSplitting.cpp213 unsigned Cost = 0; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp903 InlineCost Cost = local

Completed in 728 milliseconds

123