| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreSelectionDAGInfo.cpp | 47 .setChain(Chain) in EmitTargetCodeForMemcpy()
|
| H A D | XCoreISelLowering.cpp | 439 CLI.setDebugLoc(DL).setChain(Chain).setLibCallee( in LowerLOAD() 493 CLI.setDebugLoc(dl).setChain(Chain).setCallee( in LowerSTORE()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSelectionDAGInfo.cpp | 55 .setChain(Chain) in EmitTargetCodeForMemcpy()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMSelectionDAGInfo.cpp | 134 .setChain(Chain) in EmitSpecializedLibcall()
|
| H A D | ARMISelLowering.cpp | 3780 CLI.setDebugLoc(dl).setChain(Chain).setLibCallee( in LowerToTLSGeneralDynamicModel() 10032 .setChain(DAG.getEntryNode()) in LowerFSINCOS() 10083 .setChain(Chain) in LowerWindowsDIVLibCall() 20715 CLI.setDebugLoc(dl).setChain(InChain) in LowerDivRem() 20766 CLI.setChain(InChain) in LowerREM()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SelectionDAGInfo.cpp | 212 CLI.setDebugLoc(DL).setChain(Chain).setLibCallee( in EmitStreamingCompatibleMemLibCall()
|
| H A D | AArch64ISelLowering.cpp | 5096 .setChain(DAG.getEntryNode()) in LowerFSINCOS() 5621 CLI.setDebugLoc(DL).setChain(Chain).setLibCallee( in getRuntimePStateSM() 8787 CLI.setDebugLoc(DL).setChain(Chain).setLibCallee( in emitSMEStateSaveRestore()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | StatepointLowering.cpp | 742 SI.CLI.setChain(getRoot()); in LowerAsSTATEPOINT()
|
| H A D | SelectionDAG.cpp | 2622 CLI.setDebugLoc(DL).setChain(InChain).setLibCallee( in expandMultipleResultFPLibCall() 8905 .setChain(Chain) in getMemcpy() 8945 .setChain(Chain) in getAtomicMemcpy() 9022 .setChain(Chain) in getMemmove() 9062 .setChain(Chain) in getAtomicMemmove() 9126 CLI.setDebugLoc(dl).setChain(Chain); in getMemset() 9200 .setChain(Chain) in getAtomicMemset() 13848 CLI.setDebugLoc(DLoc).setChain(InChain).setLibCallee( in makeStateFunctionCall()
|
| H A D | SelectionDAGBuilder.cpp | 3102 .setChain(DAG.getEntryNode()) in visitSPDescriptorParent() 3201 .setChain(DAG.getEntryNode()) in visitSPDescriptorFailure() 7523 CLI.setDebugLoc(sdl).setChain(getRoot()).setLibCallee( in visitIntrinsicCall() 7985 .setChain(getRoot()) in visitIntrinsicCall() 8835 CLI.setChain(getRoot()); in lowerInvokable() 8969 .setChain(getRoot()) in LowerCallTo() 10606 .setChain(getRoot()) in populateCallLoweringInfo()
|
| H A D | LegalizeDAG.cpp | 2161 .setChain(InChain) in ExpandLibCall() 2398 .setChain(InChain) in ExpandDivRemLibCall() 4583 .setChain(Node->getOperand(0)) in ConvertNodeToLibcall() 4641 .setChain(Node->getOperand(0)) in ConvertNodeToLibcall()
|
| H A D | LegalizeVectorOps.cpp | 2255 .setChain(DAG.getEntryNode()) in tryExpandVecMathCall()
|
| H A D | TargetLowering.cpp | 202 .setChain(InChain) in makeLibCall() 10698 CLI.setDebugLoc(dl).setChain(DAG.getEntryNode()); in LowerToTLSEmulatedModel()
|
| H A D | LegalizeIntegerTypes.cpp | 5264 .setChain(Chain) in ExpandIntRes_XMULO()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.cpp | 1340 .setChain(DAG.getEntryNode()) in getDynamicTLSAddr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 2339 CLI.setDebugLoc(SDLoc(Op)).setChain(Chain) in LowerF128Op() 2390 CLI.setDebugLoc(DL).setChain(Chain) in LowerF128Compare()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 525 .setChain(InChain) in LowerDivRem()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 4733 CallLoweringInfo &setChain(SDValue InChain) { in setChain() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 1673 .setChain(Chain) in lowerDYNAMIC_STACKALLOC()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 1438 .setChain(DAG.getEntryNode()) in LowerExternalSymbolCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 2335 .setChain(DAG.getEntryNode()) in lowerGlobalTLSAddress()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 1798 CLI.setChain(CurDAG->getRoot()) in emitSpecialCodeForMain()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.cpp | 3012 .setChain(DAG.getEntryNode()) in getDynamicTLSAddr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 4017 CLI.setDebugLoc(dl).setChain(Chain).setLibCallee( in LowerINIT_TRAMPOLINE() 19522 .setChain(InChain) in lowerToLibCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 2479 .setChain(Chain) in makeExternalCall()
|