Home
last modified time | relevance | path

Searched refs:SelectionDAGBuilder (Results 1 – 25 of 45) sorted by relevance

12

/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp43 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 …]
DStatepointLowering.h24 class SelectionDAGBuilder; variable
37 void startNewStatepoint(SelectionDAGBuilder &Builder);
83 SDValue allocateStackSlot(EVT ValueType, SelectionDAGBuilder &Builder);
DSelectionDAGBuilder.cpp843 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 …]
DCMakeLists.txt18 SelectionDAGBuilder.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp66 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 …]
DStatepointLowering.h29 class SelectionDAGBuilder; variable
42 void startNewStatepoint(SelectionDAGBuilder &Builder);
88 SDValue allocateStackSlot(EVT ValueType, SelectionDAGBuilder &Builder);
DSelectionDAGBuilder.cpp985 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 …]
DCMakeLists.txt18 SelectionDAGBuilder.cpp
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp816 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 …]
DSelectionDAGBuilder.h82 class SelectionDAGBuilder {
334 SelectionDAGBuilder(SelectionDAG &dag, FunctionLoweringInfo &funcinfo, in SelectionDAGBuilder() function
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/cconv/
Dpr33883.ll3 ; Test that calls to vector intrinsics do not crash SelectionDAGBuilder.
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAGISel.h25 class SelectionDAGBuilder; variable
49 SelectionDAGBuilder *SDB;
/external/llvm/include/llvm/CodeGen/
DSelectionDAGISel.h26 class SelectionDAGBuilder; variable
50 SelectionDAGBuilder *SDB;
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/
Dpr33094.ll5 ; SelectionDAGBuilder::visitExtractValue.
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGISel.h27 class SelectionDAGBuilder; variable
52 SelectionDAGBuilder *SDB;
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AVR/
Dunaligned-atomic-loads.ll5 ; In the past, an assertion inside the SelectionDAGBuilder would always
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
DMachineBranchProb.ll3 ;; Make sure a transformation in SelectionDAGBuilder that converts "or + br" to
D2010-02-01-DbgValueCrash.ll5 ; formerly crashed in SelectionDAGBuilder
/external/llvm/test/CodeGen/X86/
DMachineBranchProb.ll3 ;; Make sure a transformation in SelectionDAGBuilder that converts "or + br" to
D2010-02-01-DbgValueCrash.ll5 ; formerly crashed in SelectionDAGBuilder
/external/llvm/test/CodeGen/ARM/
Dreturned-ext.ll32 ; 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/
Dreturned-ext.ll32 ; 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/
D2010-02-01-DbgValueCrash.ll3 ; formerly crashed in SelectionDAGBuilder
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopStrengthReduce/
D2012-01-02-nopreheader.ll3 ; <rdar://10619599> "SelectionDAGBuilder shouldn't visit PHI nodes!" assert.
/external/llvm/test/Transforms/LoopStrengthReduce/
D2012-01-02-nopreheader.ll3 ; <rdar://10619599> "SelectionDAGBuilder shouldn't visit PHI nodes!" assert.

12