Searched refs:getNoProps (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 2807 Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() 2809 Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() 2812 Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() 2814 Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() 2826 Instruction::Mul, Ty, CostKind, Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() 2828 Instruction::Add, Ty, CostKind, Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() 2830 Instruction::AShr, Ty, CostKind, Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 306 Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() 320 Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() 322 Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() 324 Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() 329 Op2Info.getNoProps()); in getArithmeticInstrCost() 331 Op2Info.getNoProps()); in getArithmeticInstrCost() 342 Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() 345 Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() 962 Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() 972 Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1085 OperandValueInfo getNoProps() const { in getNoProps() function
|