Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DMachineOperandTest.cpp343 MachineOperand MO = MachineOperand::CreateCFIIndex(8); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h248 MI->addOperand(*MF, MachineOperand::CreateCFIIndex(CFIIndex)); in addCFIIndex()
H A DMachineOperand.h922 static MachineOperand CreateCFIIndex(unsigned CFIIndex) { in CreateCFIIndex() function
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2509 Dest = MachineOperand::CreateCFIIndex(CFIIndex); in parseCFIOperand()