Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h359 bool isCFIIndex() const { return OpKind == MO_CFIIndex; } in isCFIIndex() function
608 assert(isCFIIndex() && "Wrong MachineOperand accessor"); in getCFIIndex()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp433 MO.isMCSymbol() || MO.isDbgInstrRef() || MO.isCFIIndex() || in PerformSinkAndFold()
H A DTargetInstrInfo.cpp2188 assert(!MOP.isCFIIndex() && "CFI instructions handled elsewhere!"); in getOutliningType()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp9694 assert(!MOP.isCFIIndex()); in getOutliningTypeImpl()