/external/llvm-project/llvm/lib/Target/XCore/ |
D | XCoreSelectionDAGInfo.cpp | 37 .setLibCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
|
D | XCoreISelLowering.cpp | 474 CLI.setDebugLoc(DL).setChain(Chain).setLibCallee( in LowerLOAD()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreSelectionDAGInfo.cpp | 37 .setLibCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY), in EmitTargetCodeForMemcpy()
|
D | XCoreISelLowering.cpp | 475 CLI.setDebugLoc(DL).setChain(Chain).setLibCallee( in LowerLOAD()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonSelectionDAGInfo.cpp | 53 .setLibCallee( in EmitTargetCodeForMemcpy()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonSelectionDAGInfo.cpp | 53 .setLibCallee( in EmitTargetCodeForMemcpy()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SelectionDAGInfo.cpp | 46 .setLibCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemset()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64SelectionDAGInfo.cpp | 46 .setLibCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemset()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.cpp | 116 .setLibCallee( in EmitSpecializedLibcall()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.cpp | 116 .setLibCallee( in EmitSpecializedLibcall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86SelectionDAGInfo.cpp | 90 .setLibCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemset()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86SelectionDAGInfo.cpp | 95 .setLibCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()), in EmitTargetCodeForMemset()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 2068 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, in ExpandLibCall() 2229 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, in ExpandDivRemLibCall() 2328 CLI.setDebugLoc(dl).setChain(InChain).setLibCallee( in ExpandSinCosLibCall() 3880 .setLibCallee( in ConvertNodeToLibcall() 3928 .setLibCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()), in ConvertNodeToLibcall()
|
D | SelectionDAG.cpp | 6324 .setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMCPY), in getMemcpy() 6365 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemcpy() 6428 .setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMMOVE), in getMemmove() 6469 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemmove() 6530 .setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMSET), in getMemset() 6570 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemset()
|
D | TargetLowering.cpp | 170 .setLibCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in makeLibCall() 7053 CLI.setLibCallee(CallingConv::C, VoidPtrType, EmuTlsGetAddr, std::move(Args)); in LowerToTLSEmulatedModel()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 2125 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, in ExpandLibCall() 2286 .setLibCallee(TLI.getLibcallCallingConv(LC), RetTy, Callee, in ExpandDivRemLibCall() 2385 CLI.setDebugLoc(dl).setChain(InChain).setLibCallee( in ExpandSinCosLibCall() 4039 .setLibCallee( in ConvertNodeToLibcall() 4098 .setLibCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()), in ConvertNodeToLibcall()
|
D | SelectionDAG.cpp | 6446 .setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMCPY), in getMemcpy() 6487 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemcpy() 6548 .setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMMOVE), in getMemmove() 6589 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemmove() 6648 .setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMSET), in getMemset() 6688 .setLibCallee(TLI->getLibcallCallingConv(LibraryCall), in getAtomicMemset()
|
D | TargetLowering.cpp | 174 .setLibCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in makeLibCall() 7438 CLI.setLibCallee(CallingConv::C, VoidPtrType, EmuTlsGetAddr, std::move(Args)); in LowerToTLSEmulatedModel()
|
/external/llvm-project/llvm/lib/Target/AVR/ |
D | AVRISelLowering.cpp | 388 .setLibCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in LowerDivRem()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRISelLowering.cpp | 389 .setLibCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in LowerDivRem()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 3495 CallLoweringInfo &setLibCallee(CallingConv::ID CC, Type *ResultType, in setLibCallee() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 3734 CallLoweringInfo &setLibCallee(CallingConv::ID CC, Type *ResultType, in setLibCallee() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.cpp | 584 .setLibCallee(CallingConv::C, CallTy, in getDynamicTLSAddr()
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.cpp | 759 .setLibCallee(CallingConv::C, CallTy, in getDynamicTLSAddr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 2168 .setLibCallee(CallingConv::C, PtrTy, TlsGetAddr, std::move(Args)); in lowerGlobalTLSAddress()
|