Home
last modified time | relevance | path

Searched refs:CreateCImm (Results 1 – 6 of 6) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ !
H A DCSEMIRBuilder.cpp344 ProfBuilder.addNodeIDMachineOperand(MachineOperand::CreateCImm(&Val)); in buildConstant()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/ !
H A DMachineOperand.h825 static MachineOperand CreateCImm(const ConstantInt *CI) { in CreateCImm() function
H A DMachineInstrBuilder.h139 MI->addOperand(*MF, MachineOperand::CreateCImm(Val)); in addCImm()
/src/contrib/llvm-project/llvm/lib/Target/SPIRV/ !
H A DSPIRVPreLegalizer.cpp802 MachineOperand::CreateCImm(Ins[i]->getOperand(1).getCImm())); in processSwitches()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ !
H A DInstrEmitter.cpp739 return MachineOperand::CreateCImm(CI); in GetMOForConstDbgOp()
/src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ !
H A DMIParser.cpp2035 Dest = MachineOperand::CreateCImm(cast<ConstantInt>(C)); in parseTypedImmediateOperand()