Home
last modified time | relevance | path

Searched refs:CFIType (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h169 MDNode *PCSections = nullptr, uint32_t CFIType = 0,
175 bool HasCFIType = CFIType != 0;
201 Result->getTrailingObjects<uint32_t>()[0] = CFIType;
2081 uint32_t CFIType, MDNode *MMRAs);
H A DSelectionDAGNodes.h681 uint32_t CFIType = 0;
1097 void setCFIType(uint32_t Type) { CFIType = Type; }
1098 uint32_t getCFIType() const { return CFIType; }
H A DMachineFunction.h1199 MDNode *PCSections = nullptr, uint32_t CFIType = 0,
H A DTargetLowering.h4717 const ConstantInt *CFIType = nullptr; member
4855 CFIType = Type; in setCFIType()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp1194 if (Info.CFIType) in lowerTailCall()
1195 MIB->setCFIType(MF, Info.CFIType->getZExtValue()); in lowerTailCall()
1421 } else if (Info.CFIType) { in lowerCall()
1422 MIB->setCFIType(MF, Info.CFIType->getZExtValue()); in lowerCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp325 uint32_t CFIType, MDNode *MMRAs) { in setExtraInfo() argument
330 bool HasCFIType = CFIType != 0; in setExtraInfo()
349 HeapAllocMarker, PCSections, CFIType, MMRAs)); in setExtraInfo()
2027 if (uint32_t CFIType = getCFIType()) { in print() local
2030 OS << " cfi-type " << CFIType; in print()
H A DMIRPrinter.cpp853 if (uint32_t CFIType = MI.getCFIType()) in printMI() local
854 OS << LS << " cfi-type " << CFIType; in printMI()
H A DMachineFunction.cpp613 uint32_t CFIType, MDNode *MMRAs) { in createMIExtraInfo() argument
616 PCSections, CFIType, MMRAs); in createMIExtraInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h161 const ConstantInt *CFIType = nullptr; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp194 Info.CFIType = cast<ConstantInt>(Bundle->Inputs[0]); in lowerCall()
195 assert(Info.CFIType->getType()->isIntegerTy(32) && "Invalid CFI type"); in lowerCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1109 unsigned CFIType = 0; in parse() local
1115 if (getUnsigned(CFIType)) in parse()
1195 if (CFIType) in parse()
1196 MI->setCFIType(MF, CFIType); in parse()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp2048 bool IsCFICall = IsIndirectCall && CLI.CFIType; in LowerCall()
2564 Ret.getNode()->setCFIType(CLI.CFIType->getZExtValue()); in LowerCall()
2597 Chain.getNode()->setCFIType(CLI.CFIType->getZExtValue()); in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8950 ConstantInt *CFIType = nullptr; in LowerCallTo() local
8956 CFIType = cast<ConstantInt>(Bundle->Inputs[0]); in LowerCallTo()
8957 assert(CFIType->getType()->isIntegerTy(32) && "Invalid CFI type"); in LowerCallTo()
8975 .setCFIType(CFIType) in LowerCallTo()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp22745 assert((!CLI.CFIType || CLI.CB->isIndirectCall()) && in LowerCall()
22765 if (CLI.CFIType) in LowerCall()
22766 Ret.getNode()->setCFIType(CLI.CFIType->getZExtValue()); in LowerCall()
22773 if (CLI.CFIType) in LowerCall()
22774 Chain.getNode()->setCFIType(CLI.CFIType->getZExtValue()); in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8867 bool IsCFICall = CLI.CB && CLI.CB->isIndirectCall() && CLI.CFIType; in LowerCall()
9493 Ret.getNode()->setCFIType(CLI.CFIType->getZExtValue()); in LowerCall()
9506 Chain.getNode()->setCFIType(CLI.CFIType->getZExtValue()); in LowerCall()