Home
last modified time | relevance | path

Searched refs:ImpOps (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.cpp2910 SmallVector<MachineOperand,4> ImpOps; in unfoldMemoryOperand() local
2916 ImpOps.push_back(Op); in unfoldMemoryOperand()
2952 for (unsigned i = 0, e = ImpOps.size(); i != e; ++i) { in unfoldMemoryOperand()
2953 MachineOperand &MO = ImpOps[i]; in unfoldMemoryOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp5385 SmallVector<MachineOperand,4> ImpOps; in unfoldMemoryOperand() local
5391 ImpOps.push_back(Op); in unfoldMemoryOperand()
5425 for (MachineOperand &ImpOp : ImpOps) { in unfoldMemoryOperand()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp6393 SmallVector<MachineOperand,4> ImpOps; in unfoldMemoryOperand() local
6399 ImpOps.push_back(Op); in unfoldMemoryOperand()
6433 for (MachineOperand &ImpOp : ImpOps) { in unfoldMemoryOperand()