HomeSort by relevance Sort by last modified time
    Searched refs:SI (Results 201 - 225 of 263) sorted by null

1 2 3 4 5 6 7 891011

  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 842 SI = SUa->Succs.begin(), SE = SUa->Succs.end(); SI != SE; ++SI) {
843 if (SI->getSUnit() == SUb)
845 DEBUG(dbgs() << " Copy Succ SU(" << SI->getSUnit()->NodeNum << ")\n");
846 DAG->addEdge(SI->getSUnit(), SDep(SUb, SDep::Artificial));
    [all...]
IfConversion.cpp 426 for (MachineBasicBlock::succ_iterator SI = BB->succ_begin(),
427 E = BB->succ_end(); SI != E; ++SI) {
428 MachineBasicBlock *SuccBB = *SI;
    [all...]
TwoAddressInstructionPass.cpp 482 DenseMap<unsigned, unsigned>::iterator SI = RegMap.find(Reg);
483 if (SI == RegMap.end())
485 Reg = SI->second;
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 145 Location getLocation(const StoreInst *SI);
  /external/clang/lib/CodeGen/
CGCall.cpp 776 llvm::StoreInst *SI = CGF.Builder.CreateStore(Elt, EltPtr,
779 SI->setAlignment(1);
782 llvm::StoreInst *SI = CGF.Builder.CreateStore(Val, DestPtr, DestIsVolatile);
784 SI->setAlignment(1);
    [all...]
CGDebugInfo.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 262 if (StoreInst *SI = dyn_cast<StoreInst>(U)) {
264 if (SI->getOperand(1) == AI) continue;
    [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 94 // + " -si: read data from stdin\n"
141 kSwitchForms[sw++] = new SwitchForm("SI", SwitchType.Simple, false);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
SelectionDAGBuilder.h 191 size_t Clusterify(CaseVector &Cases, const SwitchInst &SI);
ScheduleDAGRRList.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 754 DenseMap<const AllocaInst*, int>::iterator SI =
759 if (SI != FuncInfo.StaticAllocaMap.end()) {
765 .addFrameIndex(SI->second)
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 212 Record *SI = R.getClass("SInst");
221 ClassMap[SI] = ClassS;
2220 int si = -1, qi = -1; local
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 627 if (StoreInst *SI = dyn_cast<StoreInst>(I)) {
630 return SI->getPointerOperand();
    [all...]
  /external/qemu-pc-bios/vgabios/
clext.c 412 push si
416 mov si, #cirrus_not_installed variable
418 mov si, #cirrus_installed variable
422 pop si
467 push si
473 mov si, [cirrus_vesa_sel0000_data] variable
475 xor si, si
477 mov ds, si
488 pop si
559 mov si, [cirrus_vesa_sel0000_data] variable
757 mov si, #0xffff variable
839 mov si, #_cirrus_vesa_modelist variable
843 add si, #2 variable
1033 mov si, [cirrus_vesa_sel0000_data] variable
1244 mov si, #_cirrus_vesa_modelist variable
1250 add si, #4 variable
1278 mov si, #_cirrus_modes variable
1286 add si, # CIRRUS_MODE_SIZE variable
1289 xor si, si variable
1483 mov si, ax variable
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]

Completed in 851 milliseconds

1 2 3 4 5 6 7 891011