Searched refs:FoldOps (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 1053 SmallVector<unsigned, 2> &FoldOps) { in FilterFoldedOps() argument 1071 FoldOps.push_back(OpIdx); in FilterFoldedOps() 1098 SmallVector<unsigned, 2> FoldOps; in tryFoldMemoryOperand() local 1099 if (FilterFoldedOps(MI, Ops, MRInfo, FoldOps)) in tryFoldMemoryOperand() 1107 MachineInstr *fmi = isSS ? tii_->foldMemoryOperand(MI, FoldOps, Slot) in tryFoldMemoryOperand() 1108 : tii_->foldMemoryOperand(MI, FoldOps, DefMI); in tryFoldMemoryOperand() 1137 SmallVector<unsigned, 2> FoldOps; in canFoldMemoryOperand() local 1138 if (FilterFoldedOps(MI, Ops, MRInfo, FoldOps)) in canFoldMemoryOperand() 1145 return tii_->canFoldMemoryOperand(MI, FoldOps); in canFoldMemoryOperand()
|
D | InlineSpiller.cpp | 1022 SmallVector<unsigned, 8> FoldOps; in foldMemoryOperand() local 1036 FoldOps.push_back(Idx); in foldMemoryOperand() 1040 LoadMI ? TII.foldMemoryOperand(MI, FoldOps, LoadMI) in foldMemoryOperand() 1041 : TII.foldMemoryOperand(MI, FoldOps, StackSlot); in foldMemoryOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | InlineSpiller.cpp | 777 SmallVector<unsigned, 8> FoldOps; in foldMemoryOperand() local 794 FoldOps.push_back(Idx); in foldMemoryOperand() 799 if (FoldOps.empty()) in foldMemoryOperand() 805 LoadMI ? TII.foldMemoryOperand(*MI, FoldOps, *LoadMI, &LIS) in foldMemoryOperand() 806 : TII.foldMemoryOperand(*MI, FoldOps, StackSlot, &LIS); in foldMemoryOperand()
|
/external/llvm/lib/CodeGen/ |
D | InlineSpiller.cpp | 745 SmallVector<unsigned, 8> FoldOps; in foldMemoryOperand() local 762 FoldOps.push_back(Idx); in foldMemoryOperand() 768 LoadMI ? TII.foldMemoryOperand(*MI, FoldOps, *LoadMI, &LIS) in foldMemoryOperand() 769 : TII.foldMemoryOperand(*MI, FoldOps, StackSlot, &LIS); in foldMemoryOperand()
|