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

/external/llvm/lib/Target/R600/
H A DR600ISelLowering.h31 void ReplaceNodeResults(SDNode * N,
H A DR600ISelLowering.cpp443 void R600TargetLowering::ReplaceNodeResults(SDNode *N, function in class:R600TargetLowering
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h162 virtual void ReplaceNodeResults(SDNode *N,
H A DNVPTXISelLowering.cpp1644 void NVPTXTargetLowering::ReplaceNodeResults(SDNode *N, function in class:NVPTXTargetLowering
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h92 /// ReplaceNodeResults - Replace the results of node with an illegal result
95 virtual void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
H A DXCoreISelLowering.cpp198 /// ReplaceNodeResults - Replace the results of node with an illegal result
200 void XCoreTargetLowering::ReplaceNodeResults(SDNode *N, function in class:XCoreTargetLowering
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h259 /// ReplaceNodeResults - Replace the results of node with an illegal result
262 virtual void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
H A DARMISelLowering.cpp5612 /// ReplaceNodeResults - Replace the results of node with an illegal result
5614 void ARMTargetLowering::ReplaceNodeResults(SDNode *N, function in class:ARMTargetLowering
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h166 /// ReplaceNodeResults - Replace the results of node with an illegal result
169 virtual void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
H A DMipsISelLowering.cpp884 MipsTargetLowering::ReplaceNodeResults(SDNode *N, function in class:MipsTargetLowering
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h374 /// ReplaceNodeResults - Replace the results of node with an illegal result
377 virtual void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
H A DPPCISelLowering.cpp5588 void PPCTargetLowering::ReplaceNodeResults(SDNode *N, function in class:PPCTargetLowering
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h528 /// ReplaceNodeResults - Replace the results of node with an illegal result
531 virtual void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
H A DX86ISelLowering.cpp12226 /// ReplaceNodeResults - Replace a node with an illegal result type
12228 void X86TargetLowering::ReplaceNodeResults(SDNode *N, function in class:X86TargetLowering
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp911 TLI.ReplaceNodeResults(N, Results, DAG);
936 TLI.ReplaceNodeResults(N, Results, DAG);
/external/llvm/include/llvm/Target/
H A DTargetLowering.h2062 /// TODO: Consider merging with ReplaceNodeResults.
2080 /// ReplaceNodeResults - This callback is invoked when a node result type is
2089 virtual void ReplaceNodeResults(SDNode * /*N*/,
2092 llvm_unreachable("ReplaceNodeResults not implemented for this target!");

Completed in 244 milliseconds