/external/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 43 SelectionDAGBuilder &Builder, uint64_t Value) { in pushStackMapConstant() 50 void StatepointLoweringState::startNewStatepoint(SelectionDAGBuilder &Builder) { in startNewStatepoint() 71 SelectionDAGBuilder &Builder) { in allocateStackSlot() 118 SelectionDAGBuilder &Builder, in findPreviousSpillSlot() 197 SelectionDAGBuilder &Builder) { in reservePreviousStackSlotForValue() 252 SelectionDAGBuilder &Builder, in removeDuplicateGCPtrs() 287 SelectionDAGBuilder::StatepointLoweringInfo &SI, in lowerCallFromStatepointLoweringInfo() 288 SelectionDAGBuilder &Builder, SmallVectorImpl<SDValue> &PendingExports) { in lowerCallFromStatepointLoweringInfo() 332 SelectionDAGBuilder &Builder) { in spillIncomingStatepointValue() 376 SelectionDAGBuilder &Builder) { in lowerIncomingStatepointValue() [all …]
|
D | StatepointLowering.h | 24 class SelectionDAGBuilder; variable 37 void startNewStatepoint(SelectionDAGBuilder &Builder); 83 SDValue allocateStackSlot(EVT ValueType, SelectionDAGBuilder &Builder);
|
D | SelectionDAGBuilder.cpp | 843 void SelectionDAGBuilder::init(GCFunctionInfo *gfi, AliasAnalysis &aa, in init() 859 void SelectionDAGBuilder::clear() { in clear() 876 void SelectionDAGBuilder::clearDanglingDebugInfo() { in clearDanglingDebugInfo() 885 SDValue SelectionDAGBuilder::getRoot() { in getRoot() 908 SDValue SelectionDAGBuilder::getControlRoot() { in getControlRoot() 936 static void copySwiftErrorsToFinalVRegs(SelectionDAGBuilder &SDB) { in copySwiftErrorsToFinalVRegs() 970 void SelectionDAGBuilder::visit(const Instruction &I) { in visit() 990 void SelectionDAGBuilder::visitPHI(const PHINode &) { in visitPHI() 994 void SelectionDAGBuilder::visit(unsigned Opcode, const User &I) { in visit() 1008 void SelectionDAGBuilder::resolveDanglingDebugInfo(const Value *V, in resolveDanglingDebugInfo() [all …]
|
D | CMakeLists.txt | 18 SelectionDAGBuilder.cpp
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 66 SelectionDAGBuilder &Builder, uint64_t Value) { in pushStackMapConstant() 73 void StatepointLoweringState::startNewStatepoint(SelectionDAGBuilder &Builder) { in startNewStatepoint() 95 SelectionDAGBuilder &Builder) { in allocateStackSlot() 146 SelectionDAGBuilder &Builder, in findPreviousSpillSlot() 225 SelectionDAGBuilder &Builder) { in reservePreviousStackSlotForValue() 280 SelectionDAGBuilder &Builder, in removeDuplicateGCPtrs() 315 SelectionDAGBuilder::StatepointLoweringInfo &SI, in lowerCallFromStatepointLoweringInfo() 316 SelectionDAGBuilder &Builder, SmallVectorImpl<SDValue> &PendingExports) { in lowerCallFromStatepointLoweringInfo() 359 SelectionDAGBuilder &Builder) { in spillIncomingStatepointValue() 401 SelectionDAGBuilder &Builder) { in lowerIncomingStatepointValue() [all …]
|
D | StatepointLowering.h | 29 class SelectionDAGBuilder; variable 42 void startNewStatepoint(SelectionDAGBuilder &Builder); 88 SDValue allocateStackSlot(EVT ValueType, SelectionDAGBuilder &Builder);
|
D | SelectionDAGBuilder.cpp | 985 void SelectionDAGBuilder::init(GCFunctionInfo *gfi, AliasAnalysis *aa, in init() 995 void SelectionDAGBuilder::clear() { in clear() 1006 void SelectionDAGBuilder::clearDanglingDebugInfo() { in clearDanglingDebugInfo() 1010 SDValue SelectionDAGBuilder::getRoot() { in getRoot() 1029 SDValue SelectionDAGBuilder::getControlRoot() { in getControlRoot() 1055 void SelectionDAGBuilder::visit(const Instruction &I) { in visit() 1092 void SelectionDAGBuilder::visitPHI(const PHINode &) { in visitPHI() 1096 void SelectionDAGBuilder::visit(unsigned Opcode, const User &I) { in visit() 1108 void SelectionDAGBuilder::dropDanglingDebugInfo(const DILocalVariable *Variable, in dropDanglingDebugInfo() 1129 void SelectionDAGBuilder::resolveDanglingDebugInfo(const Value *V, in resolveDanglingDebugInfo() [all …]
|
D | CMakeLists.txt | 18 SelectionDAGBuilder.cpp
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 816 void SelectionDAGBuilder::init(GCFunctionInfo *gfi, AliasAnalysis &aa) { in init() 829 void SelectionDAGBuilder::clear() { in clear() 844 void SelectionDAGBuilder::clearDanglingDebugInfo() { in clearDanglingDebugInfo() 853 SDValue SelectionDAGBuilder::getRoot() { in getRoot() 876 SDValue SelectionDAGBuilder::getControlRoot() { in getControlRoot() 903 void SelectionDAGBuilder::AssignOrderingToNode(const SDNode *Node) { in AssignOrderingToNode() 911 void SelectionDAGBuilder::visit(const Instruction &I) { in visit() 926 void SelectionDAGBuilder::visitPHI(const PHINode &) { in visitPHI() 930 void SelectionDAGBuilder::visit(unsigned Opcode, const User &I) { in visit() 950 void SelectionDAGBuilder::resolveDanglingDebugInfo(const Value *V, in resolveDanglingDebugInfo() [all …]
|
D | SelectionDAGBuilder.h | 82 class SelectionDAGBuilder { 334 SelectionDAGBuilder(SelectionDAG &dag, FunctionLoweringInfo &funcinfo, in SelectionDAGBuilder() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/cconv/ |
D | pr33883.ll | 3 ; Test that calls to vector intrinsics do not crash SelectionDAGBuilder.
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAGISel.h | 25 class SelectionDAGBuilder; variable 49 SelectionDAGBuilder *SDB;
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGISel.h | 26 class SelectionDAGBuilder; variable 50 SelectionDAGBuilder *SDB;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/ |
D | pr33094.ll | 5 ; SelectionDAGBuilder::visitExtractValue.
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGISel.h | 27 class SelectionDAGBuilder; variable 52 SelectionDAGBuilder *SDB;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AVR/ |
D | unaligned-atomic-loads.ll | 5 ; In the past, an assertion inside the SelectionDAGBuilder would always
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | MachineBranchProb.ll | 3 ;; Make sure a transformation in SelectionDAGBuilder that converts "or + br" to
|
D | 2010-02-01-DbgValueCrash.ll | 5 ; formerly crashed in SelectionDAGBuilder
|
/external/llvm/test/CodeGen/X86/ |
D | MachineBranchProb.ll | 3 ;; Make sure a transformation in SelectionDAGBuilder that converts "or + br" to
|
D | 2010-02-01-DbgValueCrash.ll | 5 ; formerly crashed in SelectionDAGBuilder
|
/external/llvm/test/CodeGen/ARM/ |
D | returned-ext.ll | 32 ; x is not considered equal to %call (see SelectionDAGBuilder.cpp) 107 ; version above, but doesn't currently (see SelectionDAGBuilder.cpp)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | returned-ext.ll | 32 ; x is not considered equal to %call (see SelectionDAGBuilder.cpp) 107 ; version above, but doesn't currently (see SelectionDAGBuilder.cpp)
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2010-02-01-DbgValueCrash.ll | 3 ; formerly crashed in SelectionDAGBuilder
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopStrengthReduce/ |
D | 2012-01-02-nopreheader.ll | 3 ; <rdar://10619599> "SelectionDAGBuilder shouldn't visit PHI nodes!" assert.
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | 2012-01-02-nopreheader.ll | 3 ; <rdar://10619599> "SelectionDAGBuilder shouldn't visit PHI nodes!" assert.
|