Lines Matching refs:BaseT

173     return BaseT::getIntImmCost(Imm, Ty, CostKind);  in getIntImmCost()
204 return BaseT::getIntImmCostIntrin(IID, Idx, Imm, Ty, CostKind); in getIntImmCostIntrin()
240 return BaseT::getIntImmCostInst(Opcode, Idx, Imm, Ty, CostKind, Inst); in getIntImmCostInst()
327 return BaseT::getUserCost(U, Operands, CostKind); in getUserCost()
333 return LT.first * BaseT::getUserCost(U, Operands, CostKind); in getUserCost()
336 return BaseT::getUserCost(U, Operands, CostKind); in getUserCost()
804 BaseT::getUnrollingPreferences(L, SE, UP); in getUnrollingPreferences()
809 BaseT::getPeelingPreferences(L, SE, PP); in getPeelingPreferences()
981 return BaseT::getArithmeticInstrCost(Opcode, Ty, CostKind, Op1Info, in getArithmeticInstrCost()
986 InstructionCost Cost = BaseT::getArithmeticInstrCost( in getArithmeticInstrCost()
1023 BaseT::getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I); in getCastInstrCost()
1037 BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
1051 InstructionCost Cost = BaseT::getVectorInstrCost(Opcode, Val, Index); in getVectorInstrCost()
1117 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMemoryOpCost()
1125 BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, CostKind); in getMemoryOpCost()
1197 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, in getInterleavedMemoryOpCost()
1224 return BaseT::getIntrinsicInstrCost(ICA, CostKind); in getIntrinsicInstrCost()
1236 if (!BaseT::areFunctionArgsABICompatible(Caller, Callee, Args)) in areFunctionArgsABICompatible()
1293 return BaseT::shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()