Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DKCFI.cpp106 if (MII->isCall() && MII->getCFIType()) in runOnMachineFunction()
H A DMachineInstr.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()
H A DMIRPrinter.cpp869 if (uint32_t CFIType = MI.getCFIType()) { in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h228 uint32_t getCFIType() const { in getCFIType() function
874 uint32_t getCFIType() const {
878 return EI->getCFIType();
H A DSelectionDAGNodes.h1025 uint32_t getCFIType() const { return CFIType; }
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp362 NewMI.setCFIType(*MBB.getParent(), MI.getCFIType()); in expandMI()
H A DX86InstrInfo.cpp7384 if (MI.isCall() && MI.getCFIType()) in foldMemoryOperandImpl()
H A DX86ISelLowering.cpp59312 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 DInstrEmitter.cpp1134 MIB->setCFIType(*MF, Node->getCFIType()); in EmitMachineNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp901 Call->setCFIType(*MBB.getParent(), MI.getCFIType()); in expandCALL_BTI()
H A DAArch64ISelLowering.cpp26940 assert(MBBI->isCall() && MBBI->getCFIType() && in EmitKCFICheck()
26961 .addImm(MBBI->getCFIType()) in EmitKCFICheck()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp21886 assert(MBBI->isCall() && MBBI->getCFIType() && in EmitKCFICheck()
21896 .addImm(MBBI->getCFIType())