Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp415 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 DIRTranslator.cpp1524 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 DMIPatternMatch.h774 ClassifyOp_match(const LHS_P &LHS, const Test_P &Tst) : L(LHS), T(Tst) {}
H A DMachineIRBuilder.h878 MachineInstrBuilder buildBrCond(const SrcOp &Tst, MachineBasicBlock &Dest);
1392 MachineInstrBuilder buildSelect(const DstOp &Res, const SrcOp &Tst,