| /external/llvm/lib/Analysis/ | 
| D | TargetTransformInfo.cpp | 52   int Cost = TTIImpl->getOperationCost(Opcode, Ty, OpTy);  in getOperationCost()  local 58   int Cost = TTIImpl->getCallCost(FTy, NumArgs);  in getCallCost()  local 65   int Cost = TTIImpl->getCallCost(F, Arguments);  in getCallCost()  local 81   int Cost = TTIImpl->getIntrinsicCost(IID, RetTy, Arguments);  in getIntrinsicCost()  local 87   int Cost = TTIImpl->getUserCost(U);  in getUserCost()  local 147   int Cost = TTIImpl->getScalingFactorCost(Ty, BaseGV, BaseOffset, HasBaseReg,  in getScalingFactorCost()  local 207   int Cost = TTIImpl->getFPOpCost(Ty);  in getFPOpCost()  local 215   int Cost = TTIImpl->getIntImmCodeSizeCost(Opcode, Idx, Imm, Ty);  in getIntImmCodeSizeCost()  local 221   int Cost = TTIImpl->getIntImmCost(Imm, Ty);  in getIntImmCost()  local 228   int Cost = TTIImpl->getIntImmCost(Opcode, Idx, Imm, Ty);  in getIntImmCost()  local [all …] 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ | 
| D | TargetTransformInfo.cpp | 151   int Cost = TTIImpl->getOperationCost(Opcode, Ty, OpTy);  in getOperationCost()  local 158   int Cost = TTIImpl->getCallCost(FTy, NumArgs, U);  in getCallCost()  local 166   int Cost = TTIImpl->getCallCost(F, Arguments, U);  in getCallCost()  local 192   int Cost = TTIImpl->getIntrinsicCost(IID, RetTy, Arguments, U);  in getIntrinsicCost()  local 206   int Cost = TTIImpl->getUserCost(U, Operands);  in getUserCost()  local 354   int Cost = TTIImpl->getScalingFactorCost(Ty, BaseGV, BaseOffset, HasBaseReg,  in getScalingFactorCost()  local 448   int Cost = TTIImpl->getFPOpCost(Ty);  in getFPOpCost()  local 456   int Cost = TTIImpl->getIntImmCodeSizeCost(Opcode, Idx, Imm, Ty);  in getIntImmCodeSizeCost()  local 462   int Cost = TTIImpl->getIntImmCost(Imm, Ty);  in getIntImmCost()  local 469   int Cost = TTIImpl->getIntImmCostInst(Opcode, Idx, Imm, Ty);  in getIntImmCostInst()  local [all …] 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ | 
| D | BasicTTIImpl.h | 86     unsigned Cost = 0;  in getBroadcastShuffleOverhead()  local 103     unsigned Cost = 0;  in getPermuteShuffleOverhead()  local 129     unsigned Cost = 0;  in getExtractSubvectorOverhead()  local 151     unsigned Cost = 0;  in getInsertSubvectorOverhead()  local 571     unsigned Cost = 0;  in getScalarizationOverhead()  local 590     unsigned Cost = 0;  in getOperandsScalarizationOverhead()  local 614     unsigned Cost = 0;  in getScalarizationOverhead()  local 667       unsigned Cost = static_cast<T *>(this)  variable 801       unsigned Cost = static_cast<T *>(this)->getCastInstrCost(  variable 864       unsigned Cost = static_cast<T *>(this)->getCmpSelInstrCost(  in getCmpSelInstrCost()  local [all …] 
 | 
| D | CostTable.h | 27   unsigned Cost;  member 48   unsigned Cost;  member
  | 
| /external/llvm/include/llvm/Analysis/ | 
| D | InlineCost.h | 59   const int Cost;  variable 65   InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {}  in InlineCost() 68   static InlineCost get(int Cost, int Threshold) {  in get()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ | 
| D | InlineCost.h | 70   int Cost;  variable 80       : Cost(Cost), Threshold(Threshold), Reason(Reason) {  in Cost()  argument 86   static InlineCost get(int Cost, int Threshold) {  in get()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ | 
| D | SystemZTargetTransformInfo.cpp | 433         unsigned Cost = (VF * ScalarCost) + getScalarizationOverhead(Ty, Args);  in getArithmeticInstrCost()  local 450       unsigned Cost = (VF * LIBCALL_COST) + getScalarizationOverhead(Ty, Args);  in getArithmeticInstrCost()  local 581   unsigned Cost = 0;  in getVectorTruncCost()  local 658   unsigned Cost = 0;  in getBoolVecToIntConversionCost()  local 779       unsigned Cost = 0;  in getCastInstrCost()  local 842       unsigned Cost = (NumVecs_cmp * (CmpCostPerVector + PredicateExtraCost));  in getCmpSelInstrCost()  local 872       unsigned Cost = 1;  in getCmpSelInstrCost()  local 895     int Cost = ((getScalarSizeInBits(Val) == 1) ? 2 /*+test-under-mask*/ : 1);  in getVectorInstrCost()  local 1131   int Cost = getVectorIntrinsicInstrCost(ID, RetTy);  in getIntrinsicInstrCost()  local 1141   int Cost = getVectorIntrinsicInstrCost(ID, RetTy);  in getIntrinsicInstrCost()  local
  | 
| /external/llvm/lib/Target/AArch64/ | 
| D | AArch64TargetTransformInfo.cpp | 54   int Cost = 0;  in getIntImmCost()  local 122     int Cost = AArch64TTIImpl::getIntImmCost(Imm, Ty);  in getIntImmCost()  local 151       int Cost = AArch64TTIImpl::getIntImmCost(Imm, Ty);  in getIntImmCost()  local 311   auto Cost = getVectorInstrCost(Instruction::ExtractElement, VecTy, Index);  in getExtractWithExtendCost()  local 390     int Cost = getArithmeticInstrCost(Instruction::Add, Ty, Opd1Info, Opd2Info,  in getArithmeticInstrCost()  local 518   int Cost = 0;  in getCostOfKeepingLiveOverCall()  local
  | 
| /external/llvm/lib/Target/WebAssembly/ | 
| D | WebAssemblyTargetTransformInfo.cpp | 51   unsigned Cost = BasicTTIImplBase<WebAssemblyTTIImpl>::getArithmeticInstrCost(  in getArithmeticInstrCost()  local 76   unsigned Cost = BasicTTIImplBase::getVectorInstrCost(Opcode, Val, Index);  in getVectorInstrCost()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ | 
| D | WebAssemblyTargetTransformInfo.cpp | 52   unsigned Cost = BasicTTIImplBase<WebAssemblyTTIImpl>::getArithmeticInstrCost(  in getArithmeticInstrCost()  local 77   unsigned Cost = BasicTTIImplBase::getVectorInstrCost(Opcode, Val, Index);  in getVectorInstrCost()  local
  | 
| /external/llvm/include/llvm/Target/ | 
| D | CostTable.h | 27   unsigned Cost;  member 48   unsigned Cost;  member
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ | 
| D | PPCTargetTransformInfo.cpp | 689 int PPCTTIImpl::vectorCostAdjustment(int Cost, unsigned Opcode, Type *Ty1,  in vectorCostAdjustment() 723   int Cost = BaseT::getArithmeticInstrCost(Opcode, Ty, Op1Info, Op2Info,  in getArithmeticInstrCost()  local 746   int Cost = BaseT::getCastInstrCost(Opcode, Dst, Src);  in getCastInstrCost()  local 752   int Cost = BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, I);  in getCmpSelInstrCost()  local 762   int Cost = BaseT::getVectorInstrCost(Opcode, Val, Index);  in getVectorInstrCost()  local 837   int Cost = BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace);  in getMemoryOpCost()  local 921   int Cost =  in getInterleavedMemoryOpCost()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ | 
| D | RegisterClassInfo.cpp | 115     unsigned Cost = TRI->getCostPerUse(PhysReg);  in compute()  local 135     unsigned Cost = TRI->getCostPerUse(PhysReg);  in compute()  local
  | 
| /external/llvm/lib/CodeGen/ | 
| D | RegisterClassInfo.cpp | 103     unsigned Cost = TRI->getCostPerUse(PhysReg);  in compute()  local 122     unsigned Cost = TRI->getCostPerUse(PhysReg);  in compute()  local
  | 
| /external/llvm/lib/CodeGen/GlobalISel/ | 
| D | RegBankSelect.cpp | 192     unsigned Cost =  in getRepairCost()  local 210   MappingCost Cost = MappingCost::ImpossibleCost();  in findBestMapping()  local 352   MappingCost Cost(MBFI ? MBFI->getBlockFreq(MI.getParent()) : 1);  in computeMapping()  local 782 bool RegBankSelect::MappingCost::addLocalCost(uint64_t Cost) {  in addLocalCost() 792 bool RegBankSelect::MappingCost::addNonLocalCost(uint64_t Cost) {  in addNonLocalCost()
  | 
| /external/llvm/lib/Target/X86/ | 
| D | X86TargetTransformInfo.cpp | 105     int Cost = 2 * getArithmeticInstrCost(Instruction::AShr, Ty, Op1Info,  in getArithmeticInstrCost()  local 423     int Cost = 1;  in getShuffleCost()  local 1073   int Cost = 0;  in getScalarizationOverhead()  local 1104       int Cost = BaseT::getMemoryOpCost(Opcode, VTy->getScalarType(), Alignment,  in getMemoryOpCost()  local 1118   int Cost = LT.first * 1;  in getMemoryOpCost()  local 1160   int Cost = 0;  in getMaskedMemoryOpCost()  local 1302   int Cost = 0;  in getIntImmCost()  local 1390     int Cost = X86TTIImpl::getIntImmCost(Imm, Ty);  in getIntImmCost()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ | 
| D | AArch64TargetTransformInfo.cpp | 74   int Cost = 0;  in getIntImmCost()  local 142     int Cost = AArch64TTIImpl::getIntImmCost(Imm, Ty);  in getIntImmCostInst()  local 177       int Cost = AArch64TTIImpl::getIntImmCost(Imm, Ty);  in getIntImmCostIntrin()  local 422   auto Cost = getVectorInstrCost(Instruction::ExtractElement, VecTy, Index);  in getExtractWithExtendCost()  local 499   int Cost = 0;  in getArithmeticInstrCost()  local 709   int Cost = 0;  in getCostOfKeepingLiveOverCall()  local
  | 
| /external/llvm/include/llvm/CodeGen/ | 
| D | BasicTTIImpl.h | 49     unsigned Cost = 0;  in getScalarizationOverhead()  local 66     unsigned Cost = 0;  in getAltShuffleOverhead()  local 332       unsigned Cost = static_cast<T *>(this)  variable 444       unsigned Cost = static_cast<T *>(this)->getCastInstrCost(  in getCastInstrCost()  local 506       unsigned Cost = static_cast<T *>(this)->getCmpSelInstrCost(  in getCmpSelInstrCost()  local 531     unsigned Cost = LT.first;  in getMemoryOpCost()  local 571     unsigned Cost = static_cast<T *>(this)->getMemoryOpCost(  in getInterleavedMemoryOpCost()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ | 
| D | RegBankSelect.cpp | 279     unsigned Cost = RBI->copyCost(*DesiredRegBank, *CurRegBank,  in getRepairCost()  local 296   MappingCost Cost = MappingCost::ImpossibleCost();  in findBestMapping()  local 452   MappingCost Cost(MBFI ? MBFI->getBlockFreq(MI.getParent()) : 1);  in computeMapping()  local 941 bool RegBankSelect::MappingCost::addLocalCost(uint64_t Cost) {  in addLocalCost() 951 bool RegBankSelect::MappingCost::addNonLocalCost(uint64_t Cost) {  in addNonLocalCost()
  | 
| /external/llvm/lib/Target/AMDGPU/ | 
| D | AMDGPUTargetTransformInfo.cpp | 179       int Cost = 4 * get64BitInstrCost() + 7 * getQuarterRateInstrCost();  in getArithmeticInstrCost()  local 191       int Cost = 7 * getFullRateInstrCost() + 1 * getQuarterRateInstrCost();  in getArithmeticInstrCost()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ | 
| D | RegisterBankInfo.h | 195     unsigned Cost = 0;  variable 215     InstructionMapping(unsigned ID, unsigned Cost,  in InstructionMapping() 525   getInstructionMapping(unsigned ID, unsigned Cost,  in getInstructionMapping()
  | 
| /external/llvm/utils/TableGen/ | 
| D | DAGISelEmitter.cpp | 45   unsigned Cost = 0;  in getResultPatternCost()  local 64   unsigned Cost = 0;  in getResultPatternSize()  local
  | 
| /external/eigen/Eigen/src/Core/ | 
| D | PartialReduxEvaluator.h | 47     Cost = OuterSize == Dynamic ? HugeCost  enumerator
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ | 
| D | AMDGPURegisterBankInfo.h | 126     int16_t Cost;  member
  | 
| /external/llvm/include/llvm/CodeGen/GlobalISel/ | 
| D | RegisterBankInfo.h | 110     unsigned Cost;  variable 130     InstructionMapping(unsigned ID, unsigned Cost, unsigned NumOperands)  in InstructionMapping()
  |