Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h200 MI->addOperand(*MF, MachineOperand::CreateRegMask(Mask)); in addRegMask()
H A DMachineOperand.h932 static MachineOperand CreateRegMask(const uint32_t *Mask) { in CreateRegMask() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2834 Dest = MachineOperand::CreateRegMask(Mask); in parseTargetIndexOperand()
2950 Dest = MachineOperand::CreateRegMask(RegMask); in parseMachineOperand()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp870 Ops.push_back(MachineOperand::CreateRegMask( in selectPatchpoint()