HomeSort by relevance Sort by last modified time
    Searched refs:Mod (Results 51 - 75 of 103) sorted by null

1 23 4 5

  /external/llvm/lib/Target/NVPTX/
NVPTXUtilities.cpp 38 void llvm::clearAnnotationCache(const llvm::Module *Mod) {
40 annotationCache->erase(Mod);
  /external/clang/include/clang/Frontend/
CompilerInstance.h 706 void makeModuleVisible(Module *Mod, Module::NameVisibilityKind Visibility,
ASTUnit.h     [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp 265 Module *Mod = ImportD->getImportedModule();
266 if (!Mod)
271 const_cast<FileEntry *>(Mod->getASTFile())),
272 Mod,
    [all...]
CIndex.cpp     [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 102 Module *Mod;
131 V->printAsOperand(MessagesStr, true, Mod);
176 Mod = F.getParent();
BasicAliasAnalysis.cpp 740 Mask = ArgIdx ? Ref : Mod;
794 Mask = ArgIdx ? Ref : Mod;
824 // then the call can not mod/ref the pointer unless the call takes the pointer
    [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]
  /external/clang/unittests/Basic/
SourceManagerTest.cpp 62 void makeModuleVisible(Module *Mod,
  /external/clang/unittests/Lex/
LexerTest.cpp 38 void makeModuleVisible(Module *Mod,
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 245 } else if (AA->getModRefInfo(Inst, Loc) & AliasAnalysis::Mod) {
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 62 void init(CodeGenModule *Mod, const char *name,
64 CGM =Mod;
606 CGObjCGCC(CodeGenModule &Mod) : CGObjCGNU(Mod, 8, 2) {
    [all...]
CGObjCMac.cpp     [all...]
  /external/llvm/lib/MC/
MCExpr.cpp 105 case MCBinaryExpr::Mod: OS << '%'; break;
777 case MCBinaryExpr::Mod: Result = LHS % RHS; break;
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp     [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 128 inline static unsigned char ModRMByte(unsigned Mod, unsigned RegOpcode,
130 assert(Mod < 4 && RegOpcode < 8 && RM < 8 && "ModRM Fields out of range!");
131 return RM | (RegOpcode << 3) | (Mod << 6);
415 // Since an immediate can follow the mod/rm byte for an instruction, this
553 // MOD=0, BASE=5, to JUST get the index, scale, and displacement.
590 else // Examples: [ESP+1*<noreg>+4] or [scaled idx]+disp32 (MOD=0,BASE=5)
    [all...]
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 358 inline static unsigned char ModRMByte(unsigned Mod, unsigned RegOpcode,
360 assert(Mod < 4 && RegOpcode < 8 && RM < 8 && "ModRM Fields out of range!");
361 return RM | (RegOpcode << 3) | (Mod << 6);
553 // MOD=0, BASE=4, to JUST get the index, scale, and displacement.
582 else // Examples: [ESP+1*<noreg>+4] or [scaled idx]+disp32 (MOD=0,BASE=5)
    [all...]
  /external/chromium_org/base/numerics/
safe_math_impl.h 307 BASE_FLOAT_ARITHMETIC_STUBS(Mod)
  /external/chromium_org/third_party/jinja2/
ext.py 383 node = nodes.Mod(node, nodes.Dict([
  /external/chromium_org/v8/src/base/
safe_math_impl.h 338 BASE_FLOAT_ARITHMETIC_STUBS(Mod)
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.h 616 DECLARE_CONCRETE_INSTRUCTION(ModByPowerOf2I, "mod-by-power-of-2-i")
617 DECLARE_HYDROGEN_ACCESSOR(Mod)
634 DECLARE_CONCRETE_INSTRUCTION(ModByConstI, "mod-by-const-i")
635 DECLARE_HYDROGEN_ACCESSOR(Mod)
656 DECLARE_CONCRETE_INSTRUCTION(ModI, "mod-i")
657 DECLARE_HYDROGEN_ACCESSOR(Mod)
    [all...]
  /external/chromium_org/v8/src/arm64/
lithium-arm64.h     [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.h 619 DECLARE_CONCRETE_INSTRUCTION(ModByPowerOf2I, "mod-by-power-of-2-i")
620 DECLARE_HYDROGEN_ACCESSOR(Mod)
644 DECLARE_CONCRETE_INSTRUCTION(ModByConstI, "mod-by-const-i")
645 DECLARE_HYDROGEN_ACCESSOR(Mod)
664 DECLARE_CONCRETE_INSTRUCTION(ModI, "mod-i")
665 DECLARE_HYDROGEN_ACCESSOR(Mod)
    [all...]

Completed in 1344 milliseconds

1 23 4 5