Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp370 MachineInstrBuilder MachineIRBuilder::buildBrCond(const SrcOp &Tst, in buildBrCond() argument
372 assert(Tst.getLLTTy(*getMRI()).isScalar() && "invalid operand type"); in buildBrCond()
375 Tst.addSrcToMIB(MIB); in buildBrCond()
813 MachineIRBuilder::buildSelect(const DstOp &Res, const SrcOp &Tst, in buildSelect() argument
817 return buildInstr(TargetOpcode::G_SELECT, {Res}, {Tst, Op0, Op1}, Flags); in buildSelect()
H A DIRTranslator.cpp1436 Register Tst = getOrCreateVReg(*U.getOperand(0)); in translateSelect() local
1446 MIRBuilder.buildSelect(ResRegs[i], Tst, Op0Regs[i], Op1Regs[i], Flags); in translateSelect()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h790 MachineInstrBuilder buildBrCond(const SrcOp &Tst, MachineBasicBlock &Dest);
1179 MachineInstrBuilder buildSelect(const DstOp &Res, const SrcOp &Tst,