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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/CellSPU/
H A DSPUISelLowering.h117 virtual void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
H A DSPUISelLowering.cpp2873 void SPUTargetLowering::ReplaceNodeResults(SDNode *N, function in class:SPUTargetLowering
2883 errs() << "SPUTargetLowering::ReplaceNodeResults(): need to fix this!\n";
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.h156 /// ReplaceNodeResults - Replace the results of node with an illegal result
159 virtual void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
H A DMipsISelLowering.cpp836 MipsTargetLowering::ReplaceNodeResults(SDNode *N, function in class:MipsTargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/XCore/
H A DXCoreISelLowering.h89 /// ReplaceNodeResults - Replace the results of node with an illegal result
92 virtual void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
H A DXCoreISelLowering.cpp193 /// ReplaceNodeResults - Replace the results of node with an illegal result
195 void XCoreTargetLowering::ReplaceNodeResults(SDNode *N, function in class:XCoreTargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelLowering.h255 /// ReplaceNodeResults - Replace the results of node with an illegal result
258 virtual void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
H A DARMISelLowering.cpp5301 /// ReplaceNodeResults - Replace the results of node with an illegal result
5303 void ARMTargetLowering::ReplaceNodeResults(SDNode *N, function in class:ARMTargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCISelLowering.h294 /// ReplaceNodeResults - Replace the results of node with an illegal result
297 virtual void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
H A DPPCISelLowering.cpp4781 void PPCTargetLowering::ReplaceNodeResults(SDNode *N, function in class:PPCTargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.h505 /// ReplaceNodeResults - Replace the results of node with an illegal result
508 virtual void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
H A DX86ISelLowering.cpp11496 /// ReplaceNodeResults - Replace a node with an illegal result type
11498 void X86TargetLowering::ReplaceNodeResults(SDNode *N, function in class:X86TargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp935 TLI.ReplaceNodeResults(N, Results, DAG);
963 TLI.ReplaceNodeResults(N, Results, DAG);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLowering.h1428 /// TODO: Consider merging with ReplaceNodeResults.
1446 /// ReplaceNodeResults - This callback is invoked when a node result type is
1455 virtual void ReplaceNodeResults(SDNode * /*N*/,
1458 llvm_unreachable("ReplaceNodeResults not implemented for this target!");

Completed in 290 milliseconds