| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 169 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 D | SelectionDAGNodes.h | 681 uint32_t CFIType = 0; 1097 void setCFIType(uint32_t Type) { CFIType = Type; } 1098 uint32_t getCFIType() const { return CFIType; }
|
| H A D | MachineFunction.h | 1199 MDNode *PCSections = nullptr, uint32_t CFIType = 0,
|
| H A D | TargetLowering.h | 4717 const ConstantInt *CFIType = nullptr; member 4855 CFIType = Type; in setCFIType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64CallLowering.cpp | 1194 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 D | MachineInstr.cpp | 325 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 D | MIRPrinter.cpp | 853 if (uint32_t CFIType = MI.getCFIType()) in printMI() local 854 OS << LS << " cfi-type " << CFIType; in printMI()
|
| H A D | MachineFunction.cpp | 613 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 D | CallLowering.h | 161 const ConstantInt *CFIType = nullptr; member
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 194 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 D | MIParser.cpp | 1109 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 D | X86ISelLoweringCall.cpp | 2048 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 D | SelectionDAGBuilder.cpp | 8950 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 D | RISCVISelLowering.cpp | 22745 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 D | AArch64ISelLowering.cpp | 8867 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()
|