Searched refs:getNoProps (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 4010 Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() 4013 Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() 4016 Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() 4051 Op1Info.getNoProps(), in getArithmeticInstrCost() 4052 Op2Info.getNoProps()); in getArithmeticInstrCost() 4075 CostKind, Op1Info.getNoProps(), in getArithmeticInstrCost() 4076 Op2Info.getNoProps()); in getArithmeticInstrCost() 4086 Op1Info.getNoProps(), in getArithmeticInstrCost() 4087 Op2Info.getNoProps()); in getArithmeticInstrCost() 4090 Op1Info.getNoProps(), in getArithmeticInstrCost() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 331 Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() 345 Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() 347 Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() 349 Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() 353 Cost += getArithmeticInstrCost(Instruction::Mul, Ty, CostKind, Op1Info.getNoProps(), in getArithmeticInstrCost() 354 Op2Info.getNoProps()); in getArithmeticInstrCost() 355 Cost += getArithmeticInstrCost(Instruction::Sub, Ty, CostKind, Op1Info.getNoProps(), in getArithmeticInstrCost() 356 Op2Info.getNoProps()); in getArithmeticInstrCost() 367 Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() 370 Op1Info.getNoProps(), Op2Info.getNoProps()); in getArithmeticInstrCost() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1179 OperandValueInfo getNoProps() const { in getNoProps() function
|