Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstr.h156 uint32_t CFIType = 0) {
160 bool HasCFIType = CFIType != 0;
185 Result->getTrailingObjects<uint32_t>()[0] = CFIType;
1930 uint32_t CFIType);
H A DSelectionDAGNodes.h633 uint32_t CFIType = 0;
979 void setCFIType(uint32_t Type) { CFIType = Type; }
980 uint32_t getCFIType() const { return CFIType; }
H A DMachineFunction.h1051 MDNode *PCSections = nullptr, uint32_t CFIType = 0);
H A DTargetLowering.h4202 const ConstantInt *CFIType = nullptr; member
4326 CFIType = Type; in setCFIType()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp991 if (Info.CFIType) in lowerTailCall()
992 MIB->setCFIType(MF, Info.CFIType->getZExtValue()); in lowerTailCall()
1196 } else if (Info.CFIType) { in lowerCall()
1197 MIB->setCFIType(MF, Info.CFIType->getZExtValue()); in lowerCall()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineInstr.cpp308 uint32_t CFIType) { in setExtraInfo() argument
313 bool HasCFIType = CFIType != 0; in setExtraInfo()
331 HeapAllocMarker, PCSections, CFIType)); in setExtraInfo()
1814 if (uint32_t CFIType = getCFIType()) { in print() local
1817 OS << " cfi-type " << CFIType; in print()
H A DMIRPrinter.cpp830 if (uint32_t CFIType = MI.getCFIType()) { in print() local
833 OS << " cfi-type " << CFIType; in print()
H A DMachineFunction.cpp549 uint32_t CFIType) { in createMIExtraInfo() argument
552 PCSections, CFIType); in createMIExtraInfo()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h149 const ConstantInt *CFIType = nullptr; member
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp169 Info.CFIType = cast<ConstantInt>(Bundle->Inputs[0]); in lowerCall()
170 assert(Info.CFIType->getType()->isIntegerTy(32) && "Invalid CFI type"); in lowerCall()
/openbsd/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1082 unsigned CFIType = 0; in parse() local
1088 if (getUnsigned(CFIType)) in parse()
1177 if (CFIType) in parse()
1178 MI->setCFIType(MF, CFIType); in parse()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7980 ConstantInt *CFIType = nullptr; in LowerCallTo() local
7986 CFIType = cast<ConstantInt>(Bundle->Inputs[0]); in LowerCallTo()
7987 assert(CFIType->getType()->isIntegerTy(32) && "Invalid CFI type"); in LowerCallTo()
7999 .setCFIType(CFIType); in LowerCallTo()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7142 bool IsCFICall = CLI.CB && CLI.CB->isIndirectCall() && CLI.CFIType; in LowerCall()
7641 Ret.getNode()->setCFIType(CLI.CFIType->getZExtValue()); in LowerCall()
7668 Chain.getNode()->setCFIType(CLI.CFIType->getZExtValue()); in LowerCall()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4429 bool IsCFICall = IsIndirectCall && CLI.CFIType; in LowerCall()
4921 Ret.getNode()->setCFIType(CLI.CFIType->getZExtValue()); in LowerCall()
4949 Chain.getNode()->setCFIType(CLI.CFIType->getZExtValue()); in LowerCall()