HomeSort by relevance Sort by last modified time
    Searched refs:AI (Results 126 - 150 of 162) sorted by null

1 2 3 4 56 7

  /external/clang/include/clang/AST/
TypeLoc.h     [all...]
  /external/clang/lib/CodeGen/
CGVTables.cpp 250 llvm::Function::arg_iterator AI = Fn->arg_begin();
252 ++AI;
256 llvm::Value *ThisPtr = &*AI;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 334 AbstractInterpreter *AI = BD.switchToSafeInterpreter();
348 BD.switchToInterpreter(AI);
370 BD.switchToInterpreter(AI);
    [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 556 for (Module::const_alias_iterator AI = M->alias_begin(), E = M->alias_end();
557 AI != E; ++AI) {
558 Vals.push_back(VE.getTypeID(AI->getType()));
559 Vals.push_back(VE.getValueID(AI->getAliasee()));
560 Vals.push_back(getEncodedLinkage(AI));
561 Vals.push_back(getEncodedVisibility(AI));
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 510 for (Module::const_alias_iterator AI = M->alias_begin(), E = M->alias_end();
511 AI != E; ++AI) {
512 Vals.push_back(VE.getTypeID(AI->getType()));
513 Vals.push_back(VE.getValueID(AI->getAliasee()));
514 Vals.push_back(getEncodedLinkage(AI));
515 Vals.push_back(getEncodedVisibility(AI));
    [all...]
  /art/compiler/dex/quick/x86/
assemble_x86.cc 46 { kX86 ## opname ## 8AI, kArrayImm, mem_use | IS_QUIN_OP | REG_USE01 | SETS_CCODES | uses_ccodes, { 0, 0, rm8_i8, 0, 0, rm8_i8_modrm, 0, 1 }, #opname "8AI", "[!0r+!1r<<!2d+!3d],!4d" }, \
58 { kX86 ## opname ## 16AI, kArrayImm, mem_use | IS_QUIN_OP | REG_USE01 | SETS_CCODES | uses_ccodes, { 0x66, 0, rm32_i32, 0, 0, rm32_i32_modrm, 0, 2 }, #opname "16AI", "[!0r+!1r<<!2d+!3d],!4d" }, \
74 { kX86 ## opname ## 32AI, kArrayImm, mem_use | IS_QUIN_OP | REG_USE01 | SETS_CCODES | uses_ccodes, { 0, 0, rm32_i32, 0, 0, rm32_i32_modrm, 0, 4 }, #opname "32AI", "[!0r+!1r<<!2d+!3d],!4d" }, \
183 { kX86 ## opname ## 8AI, kShiftArrayImm, IS_LOAD | IS_STORE | IS_QUIN_OP | REG_USE01 | SETS_CCODES, { 0, 0, 0xC0, 0, 0, modrm_opcode, 0xD1, 1 }, #opname "8AI", "[!0r+!1r<<!2d+!3d],!4d" }, \
190 { kX86 ## opname ## 16AI, kShiftArrayImm, IS_LOAD | IS_STORE | IS_QUIN_OP | REG_USE01 | SETS_CCODES, { 0x66, 0, 0xC1, 0, 0, modrm_opcode, 0xD1, 1 }, #opname "16AI", "[!0r+!1r<<!2d+!3d],!4d" },
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 128 for (MCRegAliasIterator AI(Reg, &TRI, true); AI.isValid(); ++AI)
129 Uses.insert(*AI);
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 527 if (AllocaInst *AI = dyn_cast<AllocaInst>(BBI)) {
528 BBLV = LVILatticeVal::getNot(ConstantPointerNull::get(AI->getType()));
    [all...]
ValueTracking.cpp 610 AllocaInst *AI = cast<AllocaInst>(V);
611 unsigned Align = AI->getAlignment();
613 Align = TD->getABITypeAlignment(AI->getType()->getElementType());
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 147 virtual unsigned TargetMaterializeAlloca(const AllocaInst *AI);
747 unsigned ARMFastISel::TargetMaterializeAlloca(const AllocaInst *AI) {
749 if (!FuncInfo.StaticAllocaMap.count(AI)) return 0;
752 if (!isLoadTypeLegal(AI->getType(), VT)) return 0;
755 FuncInfo.StaticAllocaMap.find(AI);
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 220 ConstantInt *getInt(const APInt &AI) {
221 return ConstantInt::get(Context, AI);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]

Completed in 2746 milliseconds

1 2 3 4 56 7