Searched refs:SPFI (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeTypesGeneric.cpp | 166 int SPFI = cast<FrameIndexSDNode>(StackPtr.getNode())->getIndex(); in ExpandRes_BITCAST() local 168 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), SPFI); in ExpandRes_BITCAST()
|
| D | LegalizeDAG.cpp | 379 int SPFI = cast<FrameIndexSDNode>(StackPtr.getNode())->getIndex(); in PerformInsertVectorEltInMemory() local 384 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), SPFI)); in PerformInsertVectorEltInMemory() 394 DAG.getMachineFunction(), SPFI)); in PerformInsertVectorEltInMemory() 1721 int SPFI = StackPtrFI->getIndex(); in EmitStackConvert() local 1723 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), SPFI); in EmitStackConvert() 1754 int SPFI = StackPtrFI->getIndex(); in ExpandSCALAR_TO_VECTOR() local 1758 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), SPFI), in ExpandSCALAR_TO_VECTOR() 1762 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), SPFI)); in ExpandSCALAR_TO_VECTOR()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86ISelDAGToDAG.cpp | 1240 int SPFI = cast<FrameIndexSDNode>(MemTmp)->getIndex(); in PreprocessISelDAG() local 1242 MachinePointerInfo::getFixedStack(CurDAG->getMachineFunction(), SPFI); in PreprocessISelDAG() 1296 int SPFI = cast<FrameIndexSDNode>(MemTmp)->getIndex(); in PreprocessISelDAG() local 1298 MachinePointerInfo::getFixedStack(CurDAG->getMachineFunction(), SPFI); in PreprocessISelDAG()
|
| D | X86ISelLowering.cpp | 21645 int SPFI = cast<FrameIndexSDNode>(StackPtr.getNode())->getIndex(); in LRINT_LLRINTHelper() local 21647 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), SPFI); in LRINT_LLRINTHelper() 28087 int SPFI = cast<FrameIndexSDNode>(StackPtr.getNode())->getIndex(); in LowerWin64_i128OP() local 28089 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), SPFI); in LowerWin64_i128OP() 29976 int SPFI = cast<FrameIndexSDNode>(StackPtr.getNode())->getIndex(); in LowerATOMIC_STORE() local 29978 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), SPFI); in LowerATOMIC_STORE() 31329 int SPFI = cast<FrameIndexSDNode>(StackPtr.getNode())->getIndex(); in ReplaceNodeResults() local 31331 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), SPFI); in ReplaceNodeResults()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 17458 int SPFI = cast<FrameIndexSDNode>(StackPtr.getNode())->getIndex(); in PerformMVETruncCombine() local 17472 DAG.getMachineFunction(), SPFI, I * 16 / NumIns); in PerformMVETruncCombine() 17480 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), SPFI, 0); in PerformMVETruncCombine() 17626 int SPFI = cast<FrameIndexSDNode>(StackPtr.getNode())->getIndex(); in PerformMVEExtCombine() local 17636 MachinePointerInfo::getFixedStack(DAG.getMachineFunction(), SPFI, 0); in PerformMVEExtCombine() 17646 DAG.getMachineFunction(), SPFI, I * 16 / NumOuts); in PerformMVEExtCombine()
|
| /freebsd-12-stable/contrib/binutils/opcodes/ |
| D | ChangeLog-9297 | 1020 * tic80-opc.c (SPFI): Add single precision floating point
|