Lines Matching refs:BaseT
168 return BaseT::getIntImmCost(Imm, Ty, CostKind); in getIntImmCost()
199 return BaseT::getIntImmCostIntrin(IID, Idx, Imm, Ty, CostKind); in getIntImmCostIntrin()
235 return BaseT::getIntImmCostInst(Opcode, Idx, Imm, Ty, CostKind, Inst); in getIntImmCostInst()
329 return BaseT::getInstructionCost(U, Operands, CostKind); in getInstructionCost()
334 return LT.first * BaseT::getInstructionCost(U, Operands, CostKind); in getInstructionCost()
337 return BaseT::getInstructionCost(U, Operands, CostKind); in getInstructionCost()
413 BaseT::getUnrollingPreferences(L, SE, UP, ORE); in getUnrollingPreferences()
418 BaseT::getPeelingPreferences(L, SE, PP); in getPeelingPreferences()
597 return BaseT::getArithmeticInstrCost(Opcode, Ty, CostKind, Op1Info, in getArithmeticInstrCost()
601 InstructionCost Cost = BaseT::getArithmeticInstrCost( in getArithmeticInstrCost()
649 BaseT::getCastInstrCost(Opcode, Dst, Src, CCH, CostKind, I); in getCastInstrCost()
668 BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, VecPred, CostKind, I); in getCmpSelInstrCost()
689 BaseT::getVectorInstrCost(Opcode, Val, CostKind, Index, Op0, Op1); in getVectorInstrCost()
767 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMemoryOpCost()
775 BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, CostKind); in getMemoryOpCost()
854 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices, in getInterleavedMemoryOpCost()
881 return BaseT::getIntrinsicInstrCost(ICA, CostKind); in getIntrinsicInstrCost()
893 if (!BaseT::areTypesABICompatible(Caller, Callee, Types)) in areTypesABICompatible()
948 return BaseT::shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
1037 InstructionCost Cost = BaseT::getVPMemoryOpCost(Opcode, Src, Alignment, in getVPMemoryOpCost()