Searched refs:ReplaceNodeResults (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.h37 void ReplaceNodeResults(SDNode * N,
H A DAMDGPUISelLowering.h229 void ReplaceNodeResults(SDNode * N,
H A DSIISelLowering.h378 void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue> &Results,
H A DR600ISelLowering.cpp658 void R600TargetLowering::ReplaceNodeResults(SDNode *N, function in class:R600TargetLowering
663 AMDGPUTargetLowering::ReplaceNodeResults(N, Results, DAG);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h88 void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue> &Results,
H A DAVRISelLowering.cpp714 void AVRTargetLowering::ReplaceNodeResults(SDNode *N, function in class:llvm::AVRTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h207 void ReplaceNodeResults(SDNode *N,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h96 void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue> &Results,
H A DWebAssemblyISelLowering.cpp1064 void WebAssemblyTargetLowering::ReplaceNodeResults( function in class:WebAssemblyTargetLowering
1075 "ReplaceNodeResults not implemented for this op for WebAssembly!");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h109 /// ReplaceNodeResults - Replace the results of node with an illegal result
112 void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
H A DXCoreISelLowering.cpp230 /// ReplaceNodeResults - Replace the results of node with an illegal result
232 void XCoreTargetLowering::ReplaceNodeResults(SDNode *N, function in class:XCoreTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h84 void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue> &Results,
H A DRISCVISelLowering.cpp914 // ReplaceNodeResults requires we maintain the same type for the return value.
930 void RISCVTargetLowering::ReplaceNodeResults(SDNode *N, function in class:RISCVTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h577 void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue> &Results,
H A DNVPTXISelLowering.cpp5026 void NVPTXTargetLowering::ReplaceNodeResults( function in class:NVPTXTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp922 TLI.ReplaceNodeResults(N, Results, DAG);
948 TLI.ReplaceNodeResults(N, Results, DAG);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h519 void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h341 /// ReplaceNodeResults - Replace the results of node with an illegal result
343 void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h154 void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue> &Results,
H A DHexagonISelLowering.cpp3103 HexagonTargetLowering::ReplaceNodeResults(SDNode *N, function in class:HexagonTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h326 /// ReplaceNodeResults - Replace the results of node with an illegal result
329 void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h949 void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue> &Results,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h759 /// ReplaceNodeResults - Replace the results of node with an illegal result
762 void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h921 void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4013 /// TODO: Consider merging with ReplaceNodeResults.
4040 virtual void ReplaceNodeResults(SDNode * /*N*/, function in class:llvm::TargetLoweringBase::TargetLowering
4043 llvm_unreachable("ReplaceNodeResults not implemented for this target!");

Completed in 369 milliseconds

12