Home
last modified time | relevance | path

Searched refs:getNoProps (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2807 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 DX86TargetTransformInfo.cpp306 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 DTargetTransformInfo.h1085 OperandValueInfo getNoProps() const { in getNoProps() function