Searched refs:getCFIType (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | KCFI.cpp | 106 if (MII->isCall() && MII->getCFIType()) in runOnMachineFunction()
|
H A D | MachineInstr.cpp | 365 getHeapAllocMarker(), getPCSections(), getCFIType(), in dropMemRefs() 377 getHeapAllocMarker(), getPCSections(), getCFIType(), in setMemRefs() 488 getHeapAllocMarker(), getPCSections(), getCFIType(), in setPreInstrSymbol() 504 getHeapAllocMarker(), getPCSections(), getCFIType(), in setPostInstrSymbol() 514 Marker, getPCSections(), getCFIType(), getMMRAMetadata()); in setHeapAllocMarker() 523 getHeapAllocMarker(), PCSections, getCFIType(), in setPCSections() 529 if (Type == getCFIType()) in setCFIType() 542 getHeapAllocMarker(), getPCSections(), getCFIType(), MMRAs); in setMMRAMetadata() 722 if (isCall() && getCFIType() != Other.getCFIType()) in isIdenticalTo() 1916 if (uint32_t CFIType = getCFIType()) { in print()
|
H A D | MIRPrinter.cpp | 869 if (uint32_t CFIType = MI.getCFIType()) { in print()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineInstr.h | 228 uint32_t getCFIType() const { in getCFIType() function 874 uint32_t getCFIType() const { 878 return EI->getCFIType();
|
H A D | SelectionDAGNodes.h | 1025 uint32_t getCFIType() const { return CFIType; }
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ExpandPseudo.cpp | 362 NewMI.setCFIType(*MBB.getParent(), MI.getCFIType()); in expandMI()
|
H A D | X86InstrInfo.cpp | 7384 if (MI.isCall() && MI.getCFIType()) in foldMemoryOperandImpl()
|
H A D | X86ISelLowering.cpp | 59312 assert(MBBI->isCall() && MBBI->getCFIType() && in EmitKCFICheck() 59334 MBBI->setCFIType(MF, OrigCall->getCFIType()); in EmitKCFICheck() 59369 .addImm(MBBI->getCFIType()) in EmitKCFICheck()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 1134 MIB->setCFIType(*MF, Node->getCFIType()); in EmitMachineNode()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ExpandPseudoInsts.cpp | 901 Call->setCFIType(*MBB.getParent(), MI.getCFIType()); in expandCALL_BTI()
|
H A D | AArch64ISelLowering.cpp | 26940 assert(MBBI->isCall() && MBBI->getCFIType() && in EmitKCFICheck() 26961 .addImm(MBBI->getCFIType()) in EmitKCFICheck()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 21886 assert(MBBI->isCall() && MBBI->getCFIType() && in EmitKCFICheck() 21896 .addImm(MBBI->getCFIType())
|