HomeSort by: relevance | last modified time | path
    Searched refs:RI (Results 1 - 25 of 219) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCInstrDesc.cpp 22 const MCRegisterInfo &RI) const {
25 unsigned PC = RI.getProgramCounter();
28 if (hasDefOfPhysReg(MI, PC, RI))
43 const MCRegisterInfo &RI) const {
46 RI.isSubRegisterEq(Reg, MI.getOperand(i).getReg()))
51 RI.isSubRegisterEq(Reg, MI.getOperand(i).getReg()))
53 return hasImplicitDefOfPhysReg(Reg, &RI);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineRegionInfo.h 64 MachineRegionInfo *RI, MachineDominatorTree *DT,
86 MachineRegionInfo RI;
94 MachineRegionInfo &getRegionInfo() { return RI; }
96 const MachineRegionInfo &getRegionInfo() const { return RI; }
142 static NodeRef getEntryNode(MachineRegionInfo *RI) {
144 RI->getTopLevelRegion());
147 static nodes_iterator nodes_begin(MachineRegionInfo *RI) {
148 return nodes_iterator::begin(getEntryNode(RI));
151 static nodes_iterator nodes_end(MachineRegionInfo *RI) {
152 return nodes_iterator::end(getEntryNode(RI));
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
RegionPrinter.h 34 /// @param RI The analysis to display.
35 void viewRegion(llvm::RegionInfo *RI);
54 /// @param RI The analysis to display.
55 void viewRegionOnly(llvm::RegionInfo *RI);
RegionIterator.h 332 static NodeRef getEntryNode(RegionInfo *RI) {
333 return GraphTraits<FlatIt<Region*>>::getEntryNode(RI->getTopLevelRegion());
336 static nodes_iterator nodes_begin(RegionInfo* RI) {
337 return nodes_iterator::begin(getEntryNode(RI));
340 static nodes_iterator nodes_end(RegionInfo *RI) {
341 return nodes_iterator::end(getEntryNode(RI));
351 static NodeRef getEntryNode(RegionInfoPass *RI) {
352 return GraphTraits<RegionInfo*>::getEntryNode(&RI->getRegionInfo());
355 static nodes_iterator nodes_begin(RegionInfoPass* RI) {
356 return GraphTraits<RegionInfo*>::nodes_begin(&RI->getRegionInfo())
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMInstrInfo.h 23 ARMRegisterInfo RI;
38 const ARMRegisterInfo &getRegisterInfo() const override { return RI; }
Thumb1InstrInfo.h 23 ThumbRegisterInfo RI;
38 const ThumbRegisterInfo &getRegisterInfo() const override { return RI; }
  /src/external/gpl3/binutils/dist/opcodes/
fr30-opc.c 180 /* add $Rj,$Ri */
183 { { MNEM, ' ', OP (RJ), ',', OP (RI), 0 } },
186 /* add $u4,$Ri */
189 { { MNEM, ' ', OP (U4), ',', OP (RI), 0 } },
192 /* add2 $m4,$Ri */
195 { { MNEM, ' ', OP (M4), ',', OP (RI), 0 } },
198 /* addc $Rj,$Ri */
201 { { MNEM, ' ', OP (RJ), ',', OP (RI), 0 } },
204 /* addn $Rj,$Ri */
207 { { MNEM, ' ', OP (RJ), ',', OP (RI), 0 } }
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
fr30-opc.c 180 /* add $Rj,$Ri */
183 { { MNEM, ' ', OP (RJ), ',', OP (RI), 0 } },
186 /* add $u4,$Ri */
189 { { MNEM, ' ', OP (U4), ',', OP (RI), 0 } },
192 /* add2 $m4,$Ri */
195 { { MNEM, ' ', OP (M4), ',', OP (RI), 0 } },
198 /* addc $Rj,$Ri */
201 { { MNEM, ' ', OP (RJ), ',', OP (RI), 0 } },
204 /* addn $Rj,$Ri */
207 { { MNEM, ' ', OP (RJ), ',', OP (RI), 0 } }
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
fr30-opc.c 180 /* add $Rj,$Ri */
183 { { MNEM, ' ', OP (RJ), ',', OP (RI), 0 } },
186 /* add $u4,$Ri */
189 { { MNEM, ' ', OP (U4), ',', OP (RI), 0 } },
192 /* add2 $m4,$Ri */
195 { { MNEM, ' ', OP (M4), ',', OP (RI), 0 } },
198 /* addc $Rj,$Ri */
201 { { MNEM, ' ', OP (RJ), ',', OP (RI), 0 } },
204 /* addn $Rj,$Ri */
207 { { MNEM, ' ', OP (RJ), ',', OP (RI), 0 } }
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
fr30-opc.c 180 /* add $Rj,$Ri */
183 { { MNEM, ' ', OP (RJ), ',', OP (RI), 0 } },
186 /* add $u4,$Ri */
189 { { MNEM, ' ', OP (U4), ',', OP (RI), 0 } },
192 /* add2 $m4,$Ri */
195 { { MNEM, ' ', OP (M4), ',', OP (RI), 0 } },
198 /* addc $Rj,$Ri */
201 { { MNEM, ' ', OP (RJ), ',', OP (RI), 0 } },
204 /* addn $Rj,$Ri */
207 { { MNEM, ' ', OP (RJ), ',', OP (RI), 0 } }
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
MachO_arm64.cpp 35 getRelocationKind(const MachO::relocation_info &RI) {
36 switch (RI.r_type) {
38 if (!RI.r_pcrel) {
39 if (RI.r_length == 3)
40 return RI.r_extern ? Pointer64 : Pointer64Anon;
41 else if (RI.r_length == 2)
49 if (!RI.r_pcrel && RI.r_extern) {
50 if (RI.r_length == 2)
52 else if (RI.r_length == 3
    [all...]
MachO_x86_64.cpp 54 getRelocKind(const MachO::relocation_info &RI) {
55 switch (RI.r_type) {
57 if (!RI.r_pcrel) {
58 if (RI.r_length == 3)
59 return RI.r_extern ? MachOPointer64 : MachOPointer64Anon;
60 else if (RI.r_extern && RI.r_length == 2)
65 if (RI.r_pcrel && RI.r_length == 2)
66 return RI.r_extern ? MachOPCRel32 : MachOPCRel32Anon
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
PHIEliminationUtils.cpp 41 for (MachineInstr &RI : MRI.def_instructions(SrcReg))
42 if (RI.getParent() == MBB)
43 DefsInMBB.insert(&RI);
MachineRegionInfo.cpp 38 MachineRegionInfo* RI,
40 RegionBase<RegionTraits<MachineFunction>>(Entry, Exit, RI, DT, Parent) {}
91 RI.recalculate(F, DT, PDT, DF);
93 LLVM_DEBUG(RI.dump());
99 RI.releaseMemory();
107 RI.verifyAnalysis();
119 RI.print(OS);
124 RI.dump();
DwarfEHPrepare.cpp 62 Value *GetExceptionObject(ResumeInst *RI);
86 Value *DwarfEHPrepare::GetExceptionObject(ResumeInst *RI) {
87 Value *V = RI->getOperand(0);
107 ExnObj = ExtractValueInst::Create(RI->getOperand(0), 0, "exn.obj", RI);
109 RI->eraseFromParent();
130 for (auto *RI : Resumes) {
132 if (isPotentiallyReachable(LP, RI, nullptr, &DTU->getDomTree())) {
149 ResumeInst *RI = Resumes[I];
151 Resumes[ResumesLeft++] = RI;
    [all...]
GCRootLowering.cpp 290 for (GCFunctionInfo::roots_iterator RI = FI->roots_begin();
291 RI != FI->roots_end();) {
293 if (MF.getFrameInfo().isDeadObjectIndex(RI->Num)) {
294 RI = FI->removeStackRoot(RI);
298 auto FrameOffset = TFI->getFrameIndexReference(MF, RI->Num, FrameReg);
301 RI->StackOffset = FrameOffset.getFixed();
302 ++RI;
  /src/external/apache2/llvm/dist/llvm/include/llvm-c/
Object.h 182 void LLVMDisposeRelocationIterator(LLVMRelocationIteratorRef RI);
184 LLVMRelocationIteratorRef RI);
185 void LLVMMoveToNextRelocation(LLVMRelocationIteratorRef RI);
194 uint64_t LLVMGetRelocationOffset(LLVMRelocationIteratorRef RI);
195 LLVMSymbolIteratorRef LLVMGetRelocationSymbol(LLVMRelocationIteratorRef RI);
196 uint64_t LLVMGetRelocationType(LLVMRelocationIteratorRef RI);
199 const char *LLVMGetRelocationTypeName(LLVMRelocationIteratorRef RI);
200 const char *LLVMGetRelocationValueString(LLVMRelocationIteratorRef RI);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
RegionInfo.cpp 62 RegionInfo* RI,
64 RegionBase<RegionTraits<Function>>(Entry, Exit, RI, DT, Parent) {
130 RI.recalculate(F, DT, PDT, DF);
135 RI.releaseMemory();
139 RI.verifyAnalysis();
150 RI.print(OS);
155 RI.dump();
188 RegionInfo RI;
193 RI.recalculate(F, DT, PDT, DF);
194 return RI;
    [all...]
RegionPrinter.cpp 120 for (const auto &RI : R)
121 printRegionCluster(*RI, GW, depth + 1);
123 const RegionInfo &RI = *static_cast<const RegionInfo*>(R.getRegionInfo());
126 if (RI.getRegionFor(BB) == &R)
128 << static_cast<const void*>(RI.getTopLevelRegion()->getBBNode(BB))
231 static void viewRegionInfo(RegionInfo *RI, bool ShortNames) {
232 assert(RI && "Argument must be non-null");
234 llvm::Function *F = RI->getTopLevelRegion()->getEntry()->getParent();
235 std::string GraphName = DOTGraphTraits<RegionInfo *>::getGraphName(RI);
237 llvm::ViewGraph(RI, "reg", ShortNames
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiDelaySlotFiller.cpp 107 MachineBasicBlock::reverse_instr_iterator RI = ++I.getReverse();
108 assert(RI->getOpcode() == Lanai::LDW_RI && RI->getOperand(0).isReg() &&
109 RI->getOperand(0).getReg() == Lanai::FP &&
110 RI->getOperand(1).isReg() &&
111 RI->getOperand(1).getReg() == Lanai::FP &&
112 RI->getOperand(2).isImm() && RI->getOperand(2).getImm() == -8);
113 ++RI;
114 assert(RI->getOpcode() == Lanai::ADD_I_LO &
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600FrameLowering.cpp 21 const R600RegisterInfo *RI
25 FrameReg = RI->getFrameRegister(MF);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
DifferenceEngine.cpp 194 BasicBlock::iterator RI = R->begin();
197 assert(LI != LE && RI != R->end());
198 Instruction *LeftI = &*LI, *RightI = &*RI;
212 ++RI;
218 for (LI = L->begin(), RI = R->begin(); LI != LE; ++LI, ++RI)
219 unify(&*LI, &*RI);
223 void runBlockDiff(BasicBlock::iterator LI, BasicBlock::iterator RI);
277 InvokeInst &RI = cast<InvokeInst>(*R);
278 if (diffCallSites(LI, RI, Complain)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
PlistReporter.cpp 52 RI = D.range_begin(), RE = D.range_end(); RI != RE; ++RI) {
53 AddFID(FM, Fids, SM, RI->getBegin());
54 AddFID(FM, Fids, SM, RI->getEnd());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ControlHeightReduction.cpp 179 CHRScope(RegInfo RI) : BranchInsertPoint(nullptr) {
180 assert(RI.R && "Null RegionIn");
181 RegInfos.push_back(RI);
232 for (RegInfo &RI : RegInfos)
233 if (RI.R == SubIn->getParentRegion()) {
249 RegInfos, [&Boundary](const RegInfo &RI) { return Boundary == RI.R; });
254 for (const RegInfo &RI : TailRegInfos)
255 TailRegionSet.insert(RI.R);
266 [&Parent](const RegInfo &RI) { return Parent == RI.R; }) &
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PassManagerImpl.h 56 typename AnalysisResultMapT::iterator RI;
58 std::tie(RI, Inserted) = AnalysisResults.insert(std::make_pair(
78 // RI.
79 RI = AnalysisResults.find({ID, &IR});
80 assert(RI != AnalysisResults.end() && "we just inserted it!");
82 RI->second = std::prev(ResultList.end());
85 return *RI->second->second;

Completed in 99 milliseconds

1 2 3 4 5 6 7 8 9