Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCSEMIRBuilder.cpp319 ProfBuilder.addNodeIDMachineOperand(MachineOperand::CreateCImm(&Val)); in buildConstant()
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DMachineOperandTest.cpp92 MachineOperand MO = MachineOperand::CreateCImm(CImm); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h137 MI->addOperand(*MF, MachineOperand::CreateCImm(Val)); in addCImm()
H A DMachineOperand.h788 static MachineOperand CreateCImm(const ConstantInt *CI) { in CreateCImm() function
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVPreLegalizer.cpp475 MI.addOperand(MachineOperand::CreateCImm(Vals[i])); in processSwitches()
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1924 Dest = MachineOperand::CreateCImm(cast<ConstantInt>(C)); in parseTypedImmediateOperand()