Searched refs:Tst (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.cpp | 415 MachineInstrBuilder MachineIRBuilder::buildBrCond(const SrcOp &Tst, in buildBrCond() argument 417 assert(Tst.getLLTTy(*getMRI()).isScalar() && "invalid operand type"); in buildBrCond() 420 Tst.addSrcToMIB(MIB); in buildBrCond() 952 MachineIRBuilder::buildSelect(const DstOp &Res, const SrcOp &Tst, in buildSelect() argument 956 return buildInstr(TargetOpcode::G_SELECT, {Res}, {Tst, Op0, Op1}, Flags); in buildSelect()
|
| H A D | IRTranslator.cpp | 1524 Register Tst = getOrCreateVReg(*U.getOperand(0)); in translateSelect() local 1534 MIRBuilder.buildSelect(ResRegs[i], Tst, Op0Regs[i], Op1Regs[i], Flags); in translateSelect()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | MIPatternMatch.h | 774 ClassifyOp_match(const LHS_P &LHS, const Test_P &Tst) : L(LHS), T(Tst) {}
|
| H A D | MachineIRBuilder.h | 878 MachineInstrBuilder buildBrCond(const SrcOp &Tst, MachineBasicBlock &Dest); 1392 MachineInstrBuilder buildSelect(const DstOp &Res, const SrcOp &Tst,
|