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

123

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp226 InstructionCost Cost = TTIImpl->getUserCost(U, Operands, CostKind); local
428 InstructionCost Cost = TTIImpl->getScalingFactorCost( local
534 InstructionCost Cost = TTIImpl->getFPOpCost(Ty); local
542 int Cost local
550 InstructionCost Cost = TTIImpl->getIntImmCost(Imm, Ty, CostKind); local
558 InstructionCost Cost = local
568 InstructionCost Cost = local
712 InstructionCost Cost = local
724 InstructionCost Cost = TTIImpl->getShuffleCost(Kind, Ty, Mask, Index, SubTp); local
778 InstructionCost Cost = local
786 InstructionCost Cost = local
796 InstructionCost Cost = TTIImpl->getCFInstrCost(Opcode, CostKind, I); local
806 InstructionCost Cost = local
815 InstructionCost Cost = TTIImpl->getVectorInstrCost(Opcode, Val, Index); local
825 InstructionCost Cost = TTIImpl->getMemoryOpCost(Opcode, Src, Alignment, local
834 InstructionCost Cost = TTIImpl->getMaskedMemoryOpCost(Opcode, Src, Alignment, local
843 InstructionCost Cost = TTIImpl->getGatherScatterOpCost( local
853 InstructionCost Cost = TTIImpl->getInterleavedMemoryOpCost( local
863 InstructionCost Cost = TTIImpl->getIntrinsicInstrCost(ICA, CostKind); local
872 InstructionCost Cost = TTIImpl->getCallInstrCost(F, RetTy, Tys, CostKind); local
884 InstructionCost Cost = TTIImpl->getAddressComputationCost(Tp, SE, Ptr); local
890 InstructionCost Cost = TTIImpl->getMemcpyCost(I); local
898 InstructionCost Cost = local
907 InstructionCost Cost = TTIImpl->getMinMaxReductionCost( local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2462 BlockFrequency Cost = 0; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h87 InstructionCost Cost = 0; local
101 InstructionCost Cost = 0; local
128 InstructionCost Cost = 0; local
153 InstructionCost Cost = 0; local
670 InstructionCost Cost = 0; local
700 InstructionCost Cost = 0; local
726 InstructionCost Cost = getScalarizationOverhead(RetTy, true, false); local
784 InstructionCost Cost = thisT()->getArithmeticInstrCost( local
983 InstructionCost Cost = thisT()->getCastInstrCost( local
1054 InstructionCost Cost = thisT()->getCmpSelInstrCost( local
1086 InstructionCost Cost = LT.first; local
1147 InstructionCost Cost; local
1406 InstructionCost Cost = 0; local
1673 InstructionCost Cost = 0; local
1698 InstructionCost Cost = 0; local
1719 InstructionCost Cost = 0; local
1737 InstructionCost Cost = 0; local
1768 InstructionCost Cost = 0; local
1788 InstructionCost Cost = 0; local
1806 InstructionCost Cost = 0; local
[all...]
H A DTargetLowering.h3644 NegatibleCost Cost = NegatibleCost::Expensive; local
3659 NegatibleCost Cost = NegatibleCost::Expensive; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp281 InstructionCost Cost = local
2872 unsigned Cost = MTy.getVectorElementType() == MVT::i8 ? 1 : 2; local
3200 InstructionCost Cost = 0; local
3324 InstructionCost Cost = 0; local
3474 InstructionCost Cost = 0; local
4120 InstructionCost Cost = 0; local
4220 InstructionCost Cost = X86TTIImpl::getIntImmCost(Imm, Ty, CostKind); local
[all...]
H A DX86ISelDAGToDAG.cpp2306 int Cost = 0; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1739 InstructionCost Cost = local
2285 InstructionCost Cost = TTI->getIntrinsicInstrCost(Attrs, CostKind); local
2622 InstructionCost Cost = TTI->getIntrinsicInstrCost(Attrs, CostKind); local
H A DRewriteStatepointsForGC.cpp2174 InstructionCost Cost = 0; local
2281 InstructionCost Cost = chainToBasePointerCost(ChainToBase, TTI); local
[all...]
H A DLoopStrengthReduce.cpp1019 class Cost { class in namespace:__anon2977
1028 Cost(const Loop *L, ScalarEvolution &SE, const TargetTransformInfo &TTI, function in class:__anon2977::Cost
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2229 InstructionCost Cost = 0; local
2365 isHighCostExpansionHelper( const SCEVOperand &WorkItem, Loop *L, const Instruction &At, InstructionCost &Cost, unsigned Budget, const TargetTransformInfo &TTI, SmallPtrSetImpl<const SCEV *> &Processed, SmallVectorImpl<SCEVOperand> &Worklist) argument
[all...]
H A DSimplifyCFG.cpp2452 InstructionCost Cost local
366 dominatesMergePoint(Value *V, BasicBlock *BB, SmallPtrSetImpl<Instruction *> &AggressiveInsts, InstructionCost &Cost, InstructionCost Budget, const TargetTransformInfo &TTI, unsigned Depth = 0) argument
2261 validateAndCostRequiredSelects(BasicBlock *BB, BasicBlock *ThenBB, BasicBlock *EndBB, unsigned &SpeculatedInstructions, InstructionCost &Cost, const TargetTransformInfo &TTI) argument
2734 InstructionCost Cost = 0; local
3238 InstructionCost Cost = TTI->getArithmeticInstrCost(Opc, Ty, CostKind); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1859 int Cost = RegisterCosts.size() > I ? RegisterCosts[I] : 1; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1034 int Cost = 0; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp815 getNegatedExpression( SDValue Op, SelectionDAG &DAG, bool LegalOperations, bool ForCodeSize, NegatibleCost &Cost, unsigned Depth) const argument
H A DSIISelLowering.cpp12283 std::pair<InstructionCost, MVT> Cost = local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5980 getNegatedExpression(SDValue Op, SelectionDAG &DAG, bool LegalOps, bool OptForSize, NegatibleCost &Cost, unsigned Depth) const argument
[all...]
H A DDAGCombiner.cpp15779 struct Cost { struct in struct:__anon1873::LoadedSlice
15790 explicit Cost(bool ForCodeSize) : ForCodeSize(ForCodeSize) {} function in struct:__anon1873::LoadedSlice::Cost
15793 Cost(const LoadedSlice &LS, bool ForCodeSize) function in struct:__anon1873::LoadedSlice::Cost
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9946 unsigned Cost = (PFEntry >> 30); local
16337 getNegatedExpression(SDValue Op, SelectionDAG &DAG, bool LegalOps, bool OptForSize, NegatibleCost &Cost, unsigned Depth) const argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1577 uint8_t Cost = 1; local
7972 unsigned Cost = (PFEntry >> 30); local
8485 unsigned Cost = (PFEntry >> 30); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9162 unsigned Cost = (PFEntry >> 30); local
10267 unsigned Cost = (PFEntry >> 30); local

Completed in 882 milliseconds

123