Searched refs:getFCmpOpcode (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVInstructionSelector.cpp | 1122 static unsigned getFCmpOpcode(CmpInst::Predicate Pred, unsigned Size) { in getFCmpOpcode() function 1193 auto Cmp = MIB.buildInstr(getFCmpOpcode(Pred, Size), {TmpReg}, {LHS, RHS}); in selectFPCompare() 1199 auto Cmp1 = MIB.buildInstr(getFCmpOpcode(CmpInst::FCMP_OLT, Size), in selectFPCompare() 1203 auto Cmp2 = MIB.buildInstr(getFCmpOpcode(CmpInst::FCMP_OLT, Size), in selectFPCompare() 1217 auto Cmp1 = MIB.buildInstr(getFCmpOpcode(CmpInst::FCMP_OEQ, Size), in selectFPCompare() 1221 auto Cmp2 = MIB.buildInstr(getFCmpOpcode(CmpInst::FCMP_OEQ, Size), in selectFPCompare()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstructionSelector.cpp | 867 static unsigned getFCmpOpcode(unsigned PredNum) { in getFCmpOpcode() function 1077 unsigned CmpOp = getFCmpOpcode(I.getOperand(1).getPredicate()); in selectFCmp()
|