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

12

/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
H A DBlackfinISelLowering.h38 virtual void ReplaceNodeResults(SDNode *N,
H A DBlackfinISelLowering.cpp477 BlackfinTargetLowering::ReplaceNodeResults(SDNode *N, function in class:BlackfinTargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
H A DAlphaISelLowering.h75 /// ReplaceNodeResults - Replace the results of node with an illegal result
78 virtual void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
H A DAlphaISelLowering.cpp777 void AlphaTargetLowering::ReplaceNodeResults(SDNode *N, function in class:AlphaTargetLowering
/external/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.h36 void ReplaceNodeResults(SDNode * N,
H A DAMDGPUISelLowering.h164 void ReplaceNodeResults(SDNode * N,
H A DR600ISelLowering.cpp828 void R600TargetLowering::ReplaceNodeResults(SDNode *N, function in class:R600TargetLowering
833 AMDGPUTargetLowering::ReplaceNodeResults(N, Results, DAG);
/external/llvm/lib/Target/AVR/
H A DAVRISelLowering.h79 void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue> &Results,
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
H A DSPUISelLowering.h118 virtual void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h210 void ReplaceNodeResults(SDNode *N,
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h111 /// ReplaceNodeResults - Replace the results of node with an illegal result
114 void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
/external/swiftshader/third_party/LLVM/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,
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h537 void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue> &Results,
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMISelLowering.h244 /// ReplaceNodeResults - Replace the results of node with an illegal result
247 virtual void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCISelLowering.h287 /// ReplaceNodeResults - Replace the results of node with an illegal result
290 virtual void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h571 void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue> &Results,
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h238 /// ReplaceNodeResults - Replace the results of node with an illegal result
241 void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h252 /// ReplaceNodeResults - Replace the results of node with an illegal result
255 void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.h560 /// ReplaceNodeResults - Replace the results of node with an illegal result
563 virtual void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp952 TLI.ReplaceNodeResults(N, Results, DAG);
989 TLI.ReplaceNodeResults(N, Results, DAG);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp910 TLI.ReplaceNodeResults(N, Results, DAG);
935 TLI.ReplaceNodeResults(N, Results, DAG);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h548 /// ReplaceNodeResults - Replace the results of node with an illegal result
551 void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h731 void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetLowering.h1312 /// TODO: Consider merging with ReplaceNodeResults.
1330 /// ReplaceNodeResults - This callback is invoked when a node result type is
1339 virtual void ReplaceNodeResults(SDNode * /*N*/,
1342 assert(0 && "ReplaceNodeResults not implemented for this target!");
/external/llvm/include/llvm/Target/
H A DTargetLowering.h2740 /// TODO: Consider merging with ReplaceNodeResults.
2767 virtual void ReplaceNodeResults(SDNode * /*N*/,
2770 llvm_unreachable("ReplaceNodeResults not implemented for this target!");

Completed in 471 milliseconds

12