Home
last modified time | relevance | path

Searched refs:isCFIIndex (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineOperand.h350 bool isCFIIndex() const { return OpKind == MO_CFIIndex; } in isCFIIndex() function
588 assert(isCFIIndex() && "Wrong MachineOperand accessor"); in getCFIIndex()
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DMachineOperandTest.cpp347 ASSERT_TRUE(MO.isCFIIndex()); in TEST()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6314 if (MOP.isCPI() || MOP.isJTI() || MOP.isCFIIndex() || MOP.isFI() || in getOutliningType()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp7568 if (MOP.isCPI() || MOP.isJTI() || MOP.isCFIIndex() || MOP.isFI() || in getOutliningType()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp9635 if (MOP.isCPI() || MOP.isJTI() || MOP.isCFIIndex() || MOP.isFI() || in getOutliningType()