Searched refs:getNoProps (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 3064 Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() 3066 Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() 3069 Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() 3071 Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() 3083 Instruction::Mul, Ty, CostKind, Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() 3085 Instruction::Add, Ty, CostKind, Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() 3087 Instruction::AShr, Ty, CostKind, Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 332 Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() 346 Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() 348 Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() 350 Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() 354 Cost += getArithmeticInstrCost(Instruction::Mul, Ty, CostKind, Op1Info.getNoProps(), in getArithmeticInstrCost() 355 Op2Info.getNoProps()); in getArithmeticInstrCost() 356 Cost += getArithmeticInstrCost(Instruction::Sub, Ty, CostKind, Op1Info.getNoProps(), in getArithmeticInstrCost() 357 Op2Info.getNoProps()); in getArithmeticInstrCost() 368 Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() 371 Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 1115 OperandValueInfo getNoProps() const { in getNoProps() function
|