HomeSort by relevance Sort by last modified time
    Searched refs:Mod (Results 26 - 42 of 42) sorted by null

12

  /external/llvm/lib/Analysis/
Lint.cpp 102 Module *Mod;
129 WriteAsOperand(MessagesStr, V, true, Mod);
173 Mod = F.getParent();
BasicAliasAnalysis.cpp 689 // then the call can not mod/ref the pointer unless the call takes the pointer
741 Min = Mod;
755 Min = Mod;
    [all...]
ScalarEvolution.cpp 739 APInt Mod = APInt::getSignedMinValue(W+1);
741 MultiplyFactor = MultiplyFactor.multiplicativeInverse(Mod);
    [all...]
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 347 inline static unsigned char ModRMByte(unsigned Mod, unsigned RegOpcode,
349 assert(Mod < 4 && RegOpcode < 8 && RM < 8 && "ModRM Fields out of range!");
350 return RM | (RegOpcode << 3) | (Mod << 6);
542 // MOD=0, BASE=4, to JUST get the index, scale, and displacement.
571 else // Examples: [ESP+1*<noreg>+4] or [scaled idx]+disp32 (MOD=0,BASE=5)
    [all...]
X86MCCodeEmitter.cpp 93 inline static unsigned char ModRMByte(unsigned Mod, unsigned RegOpcode,
95 assert(Mod < 4 && RegOpcode < 8 && RM < 8 && "ModRM Fields out of range!");
96 return RM | (RegOpcode << 3) | (Mod << 6);
261 // Since an immediate can follow the mod/rm byte for an instruction, this
326 // MOD=0, BASE=5, to JUST get the index, scale, and displacement.
358 else // Examples: [ESP+1*<noreg>+4] or [scaled idx]+disp32 (MOD=0,BASE=5)
    [all...]
  /external/llvm/lib/VMCore/
Core.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 842 Module *Mod = M->getParent()->getParent()->getParent();
846 M->setCalledFunction(Intrinsic::getDeclaration(Mod, Intrinsic::memcpy,
    [all...]
LoopIdiomRecognize.cpp 593 if (mayLoopAccessLocation(LoadBasePtr, AliasAnalysis::Mod, CurLoop, BECount,
ObjCARC.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 65 void init(CodeGenModule *Mod, const char *name,
67 CGM =Mod;
537 CGObjCGCC(CodeGenModule &Mod) : CGObjCGNU(Mod, 8, 2) {
609 CGObjCGNUstep(CodeGenModule &Mod) : CGObjCGNU(Mod, 9, 3) {
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/v8/src/
hydrogen-instructions.h 135 V(Mod) \
    [all...]
  /external/v8/src/arm/
lithium-arm.h 554 DECLARE_CONCRETE_INSTRUCTION(ModI, "mod-i")
555 DECLARE_HYDROGEN_ACCESSOR(Mod)
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 546 DECLARE_CONCRETE_INSTRUCTION(ModI, "mod-i")
547 DECLARE_HYDROGEN_ACCESSOR(Mod)
    [all...]
  /external/v8/src/x64/
lithium-x64.h 538 DECLARE_CONCRETE_INSTRUCTION(ModI, "mod-i")
539 DECLARE_HYDROGEN_ACCESSOR(Mod)
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 872 Kind = MCBinaryExpr::Mod;
    [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 140 milliseconds

12