HomeSort by relevance Sort by last modified time
    Searched refs:LoadReg (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 397 unsigned LoadReg = 0;
399 if (!(LoadReg = TII->isLoadFromStackSlot(*I, FirstSS)))
403 if (FirstSS != SecondSS || LoadReg != StoreReg || FirstSS == -1) continue;
408 if (NextMI->findRegisterUseOperandIdx(LoadReg, true, nullptr) != -1) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
StackSlotColoring.cpp 687 unsigned LoadReg = 0;
689 if (!(LoadReg = TII->isLoadFromStackSlot(I, FirstSS))) continue;
691 if (FirstSS != SecondSS || LoadReg != StoreReg || FirstSS == -1) continue;
696 if (NextMI->findRegisterUseOperandIdx(LoadReg, true, 0) != -1) {
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp 521 unsigned LoadReg;
523 LoadReg = I->second;
547 LoadReg = createResultReg(RC);
549 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DL, TII.get(Opc), LoadReg);
556 LocalValueMap[V] = LoadReg;
561 AM.Base.Reg = LoadReg;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 751 unsigned LoadReg;
753 LoadReg = I->second;
777 LoadReg = createResultReg(RC);
779 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(Opc), LoadReg);
786 LocalValueMap[V] = LoadReg;
791 AM.Base.Reg = LoadReg;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 780 unsigned LoadReg = FastIS->getRegForValue(LI);
781 if (LoadReg == 0)
786 MachineRegisterInfo::reg_iterator RI = RegInfo->reg_begin(LoadReg);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
genericOps.go 418 {name: "LoadReg", argLength: 1},
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
genericOps.go 418 {name: "LoadReg", argLength: 1},
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
regalloc.go 79 // b3: x3 = LoadReg x2 : BX b4: x4 = LoadReg x2 : CX
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
regalloc.go 79 // b3: x3 = LoadReg x2 : BX b4: x4 = LoadReg x2 : CX
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]

Completed in 473 milliseconds