Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCSEMIRBuilder.cpp220 ProfBuilder.addNodeIDMachineOperand(MachineOperand::CreateCImm(&Val)); in buildConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h128 MI->addOperand(*MF, MachineOperand::CreateCImm(Val)); in addCImm()
DMachineOperand.h767 static MachineOperand CreateCImm(const ConstantInt *CI) { in CreateCImm() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1703 Dest = MachineOperand::CreateCImm(cast<ConstantInt>(C)); in parseTypedImmediateOperand()