Home
last modified time | relevance | path

Searched refs:getCFIType (Results 1 – 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDKCFI.cpp106 if (MII->isCall() && MII->getCFIType()) in runOnMachineFunction()
HDMachineInstr.cpp365 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()
HDMIRPrinter.cpp869 if (uint32_t CFIType = MI.getCFIType()) { in print()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineInstr.h228 uint32_t getCFIType() const { in getCFIType() function
874 uint32_t getCFIType() const {
878 return EI->getCFIType();
HDSelectionDAGNodes.h1025 uint32_t getCFIType() const { return CFIType; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ExpandPseudo.cpp362 NewMI.setCFIType(*MBB.getParent(), MI.getCFIType()); in expandMI()
HDX86InstrInfo.cpp7384 if (MI.isCall() && MI.getCFIType()) in foldMemoryOperandImpl()
HDX86ISelLowering.cpp59312 assert(MBBI->isCall() && MBBI->getCFIType() && in EmitKCFICheck()
59334 MBBI->setCFIType(MF, OrigCall->getCFIType()); in EmitKCFICheck()
59369 .addImm(MBBI->getCFIType()) in EmitKCFICheck()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDInstrEmitter.cpp1134 MIB->setCFIType(*MF, Node->getCFIType()); in EmitMachineNode()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ExpandPseudoInsts.cpp901 Call->setCFIType(*MBB.getParent(), MI.getCFIType()); in expandCALL_BTI()
HDAArch64ISelLowering.cpp26940 assert(MBBI->isCall() && MBBI->getCFIType() && in EmitKCFICheck()
26961 .addImm(MBBI->getCFIType()) in EmitKCFICheck()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.cpp21886 assert(MBBI->isCall() && MBBI->getCFIType() && in EmitKCFICheck()
21896 .addImm(MBBI->getCFIType()) in EmitKCFICheck()