Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1123 SVEIntrinsicInfo &setMatchingIROpcode(unsigned Opcode) { in setMatchingIROpcode() function
1273 .setMatchingIROpcode(Instruction::FAdd); in constructSVEIntrinsicInfo()
1276 .setMatchingIROpcode(Instruction::FDiv); in constructSVEIntrinsicInfo()
1291 .setMatchingIROpcode(Instruction::FMul); in constructSVEIntrinsicInfo()
1300 .setMatchingIROpcode(Instruction::FSub); in constructSVEIntrinsicInfo()
1303 .setMatchingIROpcode(Instruction::Add); in constructSVEIntrinsicInfo()
1310 .setMatchingIROpcode(Instruction::Mul); in constructSVEIntrinsicInfo()
1315 .setMatchingIROpcode(Instruction::SDiv); in constructSVEIntrinsicInfo()
1324 .setMatchingIROpcode(Instruction::Sub); in constructSVEIntrinsicInfo()
1329 .setMatchingIROpcode(Instruction::UDiv); in constructSVEIntrinsicInfo()
[all …]