Searched refs:setCFIType (Results 1 – 14 of 14) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86KCFI.cpp | 85 MBBI->setCFIType(MF, OrigCall->getCFIType()); in emitCheck() 120 MBBI->setCFIType(MF, 0); in emitCheck()
|
H A D | X86ExpandPseudo.cpp | 361 NewMI.setCFIType(*MBB.getParent(), MI.getCFIType()); in ExpandMI()
|
H A D | X86ISelLowering.cpp | 4921 Ret.getNode()->setCFIType(CLI.CFIType->getZExtValue()); in LowerCall() 4949 Chain.getNode()->setCFIType(CLI.CFIType->getZExtValue()); in LowerCall()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64KCFI.cpp | 85 MBBI->setCFIType(*MBB.getParent(), 0); in emitCheck()
|
H A D | AArch64ExpandPseudoInsts.cpp | 798 Call->setCFIType(*MBB.getParent(), MI.getCFIType()); in expandCALL_BTI()
|
H A D | AArch64ISelLowering.cpp | 7641 Ret.getNode()->setCFIType(CLI.CFIType->getZExtValue()); in LowerCall() 7668 Chain.getNode()->setCFIType(CLI.CFIType->getZExtValue()); in LowerCall()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64CallLowering.cpp | 992 MIB->setCFIType(MF, Info.CFIType->getZExtValue()); in lowerTailCall() 1197 MIB->setCFIType(MF, Info.CFIType->getZExtValue()); in lowerCall()
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachineInstr.h | 1849 void setCFIType(MachineFunction &MF, uint32_t Type);
|
H A D | SelectionDAGNodes.h | 979 void setCFIType(uint32_t Type) { CFIType = Type; }
|
H A D | TargetLowering.h | 4325 CallLoweringInfo &setCFIType(const ConstantInt *Type) { in setCFIType() function
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 1104 MIB->setCFIType(*MF, Node->getCFIType()); in EmitMachineNode()
|
H A D | SelectionDAGBuilder.cpp | 7999 .setCFIType(CFIType); in LowerCallTo()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MachineInstr.cpp | 505 void MachineInstr::setCFIType(MachineFunction &MF, uint32_t Type) { in setCFIType() function in MachineInstr
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 1178 MI->setCFIType(MF, CFIType); in parse()
|