Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineOperand.h260 bool isCFIIndex() const { return OpKind == MO_CFIIndex; } in isCFIIndex() function
452 assert(isCFIIndex() && "Wrong MachineOperand accessor"); in getCFIIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineOperand.h341 bool isCFIIndex() const { return OpKind == MO_CFIIndex; } in isCFIIndex() function
568 assert(isCFIIndex() && "Wrong MachineOperand accessor"); in getCFIIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/
DMachineOperandTest.cpp346 ASSERT_TRUE(MO.isCFIIndex()); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp5185 if (MOP.isCPI() || MOP.isJTI() || MOP.isCFIIndex() || MOP.isFI() || in getOutliningType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp7698 if (MOP.isCPI() || MOP.isJTI() || MOP.isCFIIndex() || MOP.isFI() || in getOutliningType()