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

/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DR600ISelLowering.h31 void ReplaceNodeResults(SDNode * N,
H A DR600ISelLowering.cpp761 void R600TargetLowering::ReplaceNodeResults(SDNode *N, function in class:R600TargetLowering
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h163 virtual void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue> &Results,
H A DNVPTXISelLowering.cpp2278 void NVPTXTargetLowering::ReplaceNodeResults( function in class:NVPTXTargetLowering
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h165 virtual void ReplaceNodeResults(SDNode *N,
H A DSparcISelLowering.cpp3179 void SparcTargetLowering::ReplaceNodeResults(SDNode *N, function in class:SparcTargetLowering
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h99 /// ReplaceNodeResults - Replace the results of node with an illegal result
102 virtual void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
H A DXCoreISelLowering.cpp223 /// ReplaceNodeResults - Replace the results of node with an illegal result
225 void XCoreTargetLowering::ReplaceNodeResults(SDNode *N, function in class:XCoreTargetLowering
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h247 /// ReplaceNodeResults - Replace the results of node with an illegal result
250 virtual void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
H A DARMISelLowering.cpp6166 /// ReplaceNodeResults - Replace the results of node with an illegal result
6168 void ARMTargetLowering::ReplaceNodeResults(SDNode *N, function in class:ARMTargetLowering
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.h226 /// ReplaceNodeResults - Replace the results of node with an illegal result
229 virtual void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
H A DMipsISelLowering.cpp708 MipsTargetLowering::ReplaceNodeResults(SDNode *N, function in class:MipsTargetLowering
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h383 /// ReplaceNodeResults - Replace the results of node with an illegal result
386 virtual void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
H A DPPCISelLowering.cpp5823 void PPCTargetLowering::ReplaceNodeResults(SDNode *N, function in class:PPCTargetLowering
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h585 /// ReplaceNodeResults - Replace the results of node with an illegal result
588 virtual void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
H A DX86ISelLowering.cpp13528 /// ReplaceNodeResults - Replace a node with an illegal result type
13530 void X86TargetLowering::ReplaceNodeResults(SDNode *N, function in class:X86TargetLowering
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp914 TLI.ReplaceNodeResults(N, Results, DAG);
940 TLI.ReplaceNodeResults(N, Results, DAG);
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
H A DTargetLowering.h2087 /// TODO: Consider merging with ReplaceNodeResults.
2114 virtual void ReplaceNodeResults(SDNode * /*N*/,
2117 llvm_unreachable("ReplaceNodeResults not implemented for this target!");

Completed in 405 milliseconds