Searched refs:SPFI (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypesGeneric.cpp | 160 int SPFI = cast<FrameIndexSDNode>(StackPtr.getNode())->getIndex(); in ExpandRes_BITCAST() local 162 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), SPFI); in ExpandRes_BITCAST()
|
D | LegalizeDAG.cpp | 380 int SPFI = cast<FrameIndexSDNode>(StackPtr.getNode())->getIndex(); in PerformInsertVectorEltInMemory() local 385 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), SPFI)); in PerformInsertVectorEltInMemory() 393 DAG.getMachineFunction(), SPFI)); in PerformInsertVectorEltInMemory() 1759 int SPFI = StackPtrFI->getIndex(); in EmitStackConvert() local 1761 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), SPFI); in EmitStackConvert() 1798 int SPFI = StackPtrFI->getIndex(); in ExpandSCALAR_TO_VECTOR() local 1802 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), SPFI), in ExpandSCALAR_TO_VECTOR() 1806 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), SPFI)); in ExpandSCALAR_TO_VECTOR()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypesGeneric.cpp | 168 int SPFI = cast<FrameIndexSDNode>(StackPtr.getNode())->getIndex(); in ExpandRes_BITCAST() local 170 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), SPFI); in ExpandRes_BITCAST()
|
D | LegalizeDAG.cpp | 333 int SPFI = cast<FrameIndexSDNode>(StackPtr.getNode())->getIndex(); in PerformInsertVectorEltInMemory() local 338 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), SPFI), false, in PerformInsertVectorEltInMemory() 353 DAG.getMachineFunction(), SPFI), in PerformInsertVectorEltInMemory() 1675 int SPFI = StackPtrFI->getIndex(); in EmitStackConvert() local 1677 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), SPFI); in EmitStackConvert() 1715 int SPFI = StackPtrFI->getIndex(); in ExpandSCALAR_TO_VECTOR() local 1719 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), SPFI), in ExpandSCALAR_TO_VECTOR() 1723 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), SPFI), false, in ExpandSCALAR_TO_VECTOR()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 29427 int SPFI = cast<FrameIndexSDNode>(StackPtr.getNode())->getIndex(); in ReplaceNodeResults() local 29429 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), SPFI); in ReplaceNodeResults()
|