Home
last modified time | relevance | path

Searched refs:ExportFromCurrentBlock (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h416 void ExportFromCurrentBlock(const Value *V);
DSelectionDAGBuilder.cpp1249 void SelectionDAGBuilder::ExportFromCurrentBlock(const Value *V) { in ExportFromCurrentBlock() function in SelectionDAGBuilder
1506 ExportFromCurrentBlock(SwitchCases[i].CmpLHS); in visitBr()
1507 ExportFromCurrentBlock(SwitchCases[i].CmpRHS); in visitBr()
1968 ExportFromCurrentBlock(SV); in handleSmallSwitchRange()
2213 ExportFromCurrentBlock(SV); in handleBTSplitSwitchCase()
2230 ExportFromCurrentBlock(SV); in handleBTSplitSwitchCase()
2364 ExportFromCurrentBlock(SV); in handleBitTestsSwitchCase()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h701 void ExportFromCurrentBlock(const Value *V);
DStatepointLowering.cpp531 Builder.ExportFromCurrentBlock(V); in lowerStatepointMetaArgs()
DSelectionDAGBuilder.cpp1538 void SelectionDAGBuilder::ExportFromCurrentBlock(const Value *V) { in ExportFromCurrentBlock() function in SelectionDAGBuilder
1842 ExportFromCurrentBlock(SwitchCases[i].CmpLHS); in visitBr()
1843 ExportFromCurrentBlock(SwitchCases[i].CmpRHS); in visitBr()
8767 ExportFromCurrentBlock(Cond); in lowerWorkItem()
8992 ExportFromCurrentBlock(Cond); in splitWorkItem()
9008 ExportFromCurrentBlock(Cond); in splitWorkItem()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h726 void ExportFromCurrentBlock(const Value *V);
DStatepointLowering.cpp590 Builder.ExportFromCurrentBlock(V); in lowerStatepointMetaArgs()
DSelectionDAGBuilder.cpp1687 void SelectionDAGBuilder::ExportFromCurrentBlock(const Value *V) { in ExportFromCurrentBlock() function in SelectionDAGBuilder
2023 ExportFromCurrentBlock(SwitchCases[i].CmpLHS); in visitBr()
2024 ExportFromCurrentBlock(SwitchCases[i].CmpRHS); in visitBr()
9880 ExportFromCurrentBlock(Cond); in lowerWorkItem()
10105 ExportFromCurrentBlock(Cond); in splitWorkItem()
10121 ExportFromCurrentBlock(Cond); in splitWorkItem()
10187 ExportFromCurrentBlock(SI.getCondition()); in peelDominantCaseCluster()