HomeSort by relevance Sort by last modified time
    Searched defs:FI (Results 26 - 50 of 223) sorted by null

12 3 4 5 6 7 8 9

  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 55 return MFI && MFI->isImmutableObjectIndex(FI);
61 return MFI->isAliasedObjectIndex(FI);
68 return !MFI->isSpillSlotObjectIndex(FI);
72 OS << "FixedStack" << FI;
116 const PseudoSourceValue *PseudoSourceValueManager::getFixedStack(int FI) {
117 std::unique_ptr<FixedStackPseudoSourceValue> &V = FSValues[FI];
119 V = llvm::make_unique<FixedStackPseudoSourceValue>(FI);
  /external/llvm/lib/Target/BPF/
BPFISelDAGToDAG.cpp 59 // if Address is FI, get the TargetFrameIndex.
76 // If the first operand is a FI, get the TargetFI Node
93 // ComplexPattern used on BPF FI instruction
104 // If the first operand is a FI, get the TargetFI Node
167 int FI = cast<FrameIndexSDNode>(Node)->getIndex();
169 SDValue TFI = CurDAG->getTargetFrameIndex(FI, VT);
  /external/llvm/lib/Target/Lanai/
LanaiDelaySlotFiller.cpp 55 for (MachineFunction::iterator FI = MF.begin(), FE = MF.end(); FI != FE;
56 ++FI)
57 Changed |= runOnMachineBasicBlock(*FI);
121 MachineBasicBlock::instr_iterator FI(RI.base());
122 MBB.splice(std::next(I), &MBB, FI, I);
164 MachineBasicBlock::instr_iterator FI(std::next(I).base());
167 FI == LastFiller || I->isPseudo())
170 if (delayHasHazard(FI, SawLoad, SawStore, RegDefs, RegUses)) {
171 insertDefsUses(FI, RegDefs, RegUses)
    [all...]
LanaiISelDAGToDAG.cpp 153 // if Address is FI, get the TargetFrameIndex.
172 // Addresses of the form FI+const
176 // If the first operand is a FI, get the TargetFI Node
214 // if Address is FI, get the TargetFrameIndex.
227 // Skip addresses of the form FI OP const
302 int FI = dyn_cast<FrameIndexSDNode>(Node)->getIndex();
304 SDValue TFI = CurDAG->getTargetFrameIndex(FI, VT);
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCFixup.h 68 MCFixup FI;
69 FI.Value = Value;
70 FI.Offset = Offset;
71 FI.Kind = unsigned(Kind);
72 return FI;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
PseudoSourceValue.cpp 73 const PseudoSourceValue *PseudoSourceValue::getFixedStack(int FI) {
76 const PseudoSourceValue *&V = PG.FSValues[FI];
78 V = new FixedStackPseudoSourceValue(FI);
112 return MFI && MFI->isImmutableObjectIndex(FI);
120 return FI >= 0;
122 return !MFI->isFixedObjectIndex(FI) && !MFI->isSpillSlotObjectIndex(FI);
129 return !MFI->isSpillSlotObjectIndex(FI);
133 OS << "FixedStack" << FI;
VirtRegMap.cpp 170 void VirtRegMap::addSpillSlotUse(int FI, MachineInstr *MI) {
171 if (!MF->getFrameInfo()->isFixedObjectIndex(FI)) {
172 // If FI < LowSpillSlot, this stack reference was produced by
174 if (FI >= LowSpillSlot) {
175 assert(FI >= 0 && "Spill slot index should not be negative!");
176 assert((unsigned)FI-LowSpillSlot < SpillSlotToUsesMap.size()
178 SpillSlotToUsesMap[FI-LowSpillSlot].insert(MI);
207 int FI = MO.getIndex();
208 if (MF->getFrameInfo()->isFixedObjectIndex(FI))
212 if (FI < LowSpillSlot
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinISelDAGToDAG.cpp 84 // Selects to ADDpp FI, 0 which in turn will become ADDimm7 SP, imm or ADDpp
86 int FI = cast<FrameIndexSDNode>(N)->getIndex();
87 SDValue TFI = CurDAG->getTargetFrameIndex(FI, MVT::i32);
  /external/clang/test/SemaTemplate/
dependent-base-classes.cpp 27 struct FI : II<TT>
29 C<typename FI::type> a;
  /external/elfutils/lib/
md5.c 280 #define FI(b, c, d) (c ^ (b | ~d))
409 OP (FI, A, B, C, D, 0, 6, 0xf4292244);
410 OP (FI, D, A, B, C, 7, 10, 0x432aff97);
411 OP (FI, C, D, A, B, 14, 15, 0xab9423a7);
412 OP (FI, B, C, D, A, 5, 21, 0xfc93a039);
413 OP (FI, A, B, C, D, 12, 6, 0x655b59c3);
414 OP (FI, D, A, B, C, 3, 10, 0x8f0ccc92);
415 OP (FI, C, D, A, B, 10, 15, 0xffeff47d);
416 OP (FI, B, C, D, A, 1, 21, 0x85845dd1);
417 OP (FI, A, B, C, D, 8, 6, 0x6fa87e4f)
    [all...]
  /external/libvncserver/common/
md5.c 291 #define FI(b, c, d) (c ^ (b | ~d))
423 OP (FI, A, B, C, D, 0, 6, 0xf4292244);
424 OP (FI, D, A, B, C, 7, 10, 0x432aff97);
425 OP (FI, C, D, A, B, 14, 15, 0xab9423a7);
426 OP (FI, B, C, D, A, 5, 21, 0xfc93a039);
427 OP (FI, A, B, C, D, 12, 6, 0x655b59c3);
428 OP (FI, D, A, B, C, 3, 10, 0x8f0ccc92);
429 OP (FI, C, D, A, B, 10, 15, 0xffeff47d);
430 OP (FI, B, C, D, A, 1, 21, 0x85845dd1);
431 OP (FI, A, B, C, D, 8, 6, 0x6fa87e4f)
    [all...]
  /external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 87 const int FI;
90 explicit FixedStackPseudoSourceValue(int FI)
91 : PseudoSourceValue(FixedStack), FI(FI) {}
105 int getFrameIndex() const { return FI; }
178 const PseudoSourceValue *getFixedStack(int FI);
  /external/llvm/include/llvm/MC/
MCFixup.h 81 MCFixup FI;
82 FI.Value = Value;
83 FI.Offset = Offset;
84 FI.Kind = unsigned(Kind);
85 FI.Loc = Loc;
86 return FI;
  /external/llvm/lib/Target/Hexagon/
HexagonRegisterInfo.cpp 173 int FI = MI.getOperand(FIOp).getIndex();
175 // to the beginning of the object at index FI.
176 int Offset = HFI.getFrameIndexReference(MF, FI, BP);
  /external/llvm/unittests/Analysis/
UnrollAnalyzer.cpp 31 Function::iterator FI = F.begin();
32 FI++; // First basic block is entry - skip it.
33 BasicBlock *Header = &*FI++;
98 Function::iterator FI = F->begin();
99 FI++; // First basic block is entry - skip it.
100 BasicBlock *Header = &*FI++;
160 Function::iterator FI = F->begin();
161 FI++;
162 BasicBlock *Header = &*FI++;
163 BasicBlock *InnerBody = &*FI++
    [all...]
  /external/llvm/unittests/IR/
DominatorTreeTest.cpp 34 Function::iterator FI = F.begin();
36 BasicBlock *BB0 = &*FI++;
42 BasicBlock *BB1 = &*FI++;
46 BasicBlock *BB2 = &*FI++;
50 BasicBlock *BB3 = &*FI++;
55 BasicBlock *BB4 = &*FI++;
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
Thumb1FrameLowering.cpp 86 int FI = CSI[i].getFrameIdx();
94 FramePtrSpillFI = FI;
95 AFI->addGPRCalleeSavedArea1Frame(FI);
103 FramePtrSpillFI = FI;
105 AFI->addGPRCalleeSavedArea2Frame(FI);
108 AFI->addGPRCalleeSavedArea1Frame(FI);
113 AFI->addDPRCalleeSavedAreaFrame(FI);
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelDAGToDAG.cpp 157 if (FrameIndexSDNode *FI = dyn_cast<FrameIndexSDNode>(N.getOperand(0))) {
158 Base = CurDAG->getTargetFrameIndex(FI->getIndex(), N.getValueType());
173 if (FrameIndexSDNode *FI = dyn_cast<FrameIndexSDNode>(N))
174 Base = CurDAG->getTargetFrameIndex(FI->getIndex(), N.getValueType());
210 int FI = dyn_cast<FrameIndexSDNode>(Node)->getIndex();
212 SDValue TFI = CurDAG->getTargetFrameIndex(FI, VT);
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXISelDAGToDAG.cpp 185 int FI = cast<FrameIndexSDNode>(Node)->getIndex();
186 //dbgs() << "Selecting FrameIndex at index " << FI << "\n";
187 //SDValue TFI = CurDAG->getTargetFrameIndex(FI, Node->getValueType(0));
191 SDValue FrameSymbol = CurDAG->getTargetExternalSymbol(MFI->getFrameSymbol(FI),
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 91 const int FI;
94 explicit FixedStackPseudoSourceValue(int FI)
95 : PseudoSourceValue(FixedStack), FI(FI) {}
109 int getFrameIndex() const { return FI; }
182 const PseudoSourceValue *getFixedStack(int FI);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCFixup.h 85 MCFixup FI;
86 FI.Value = Value;
87 FI.Offset = Offset;
88 FI.Kind = unsigned(Kind);
89 FI.Loc = Loc;
90 return FI;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
PseudoSourceValue.h 91 const int FI;
94 explicit FixedStackPseudoSourceValue(int FI)
95 : PseudoSourceValue(FixedStack), FI(FI) {}
109 int getFrameIndex() const { return FI; }
182 const PseudoSourceValue *getFixedStack(int FI);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCFixup.h 85 MCFixup FI;
86 FI.Value = Value;
87 FI.Offset = Offset;
88 FI.Kind = unsigned(Kind);
89 FI.Loc = Loc;
90 return FI;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
PseudoSourceValue.h 91 const int FI;
94 explicit FixedStackPseudoSourceValue(int FI)
95 : PseudoSourceValue(FixedStack), FI(FI) {}
109 int getFrameIndex() const { return FI; }
182 const PseudoSourceValue *getFixedStack(int FI);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCFixup.h 85 MCFixup FI;
86 FI.Value = Value;
87 FI.Offset = Offset;
88 FI.Kind = unsigned(Kind);
89 FI.Loc = Loc;
90 return FI;

Completed in 398 milliseconds

12 3 4 5 6 7 8 9