HomeSort by relevance Sort by last modified time
    Searched refs:Sub (Results 26 - 50 of 123) sorted by null

12 3 4 5

  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 55 case AtomicRMWInst::Sub:
LoopRotation.cpp 181 case Instruction::Sub:
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.cpp 172 const MCExpr *Sub =
176 Asm->OutStreamer.EmitValue(Sub, sizeof(uint32_t), 0);
  /external/clang/lib/Lex/
ModuleMap.cpp 54 Module *Sub = lookupModuleQualified(Unresolved.Id[I].first,
56 if (!Sub) {
66 Context = Sub;
261 if (Module *Sub = lookupModuleQualified(Name, Context))
262 return Sub;
279 if (Module *Sub = lookupModuleQualified(Name, Parent))
280 return std::make_pair(Sub, false);
896 // Determine whether this (sub)module has already been defined.
    [all...]
PPDirectives.cpp 310 StringRef Sub = Directive.substr(2);
311 if (Sub.empty() || // "if"
312 Sub == "def" || // "ifdef"
313 Sub == "ndef") { // "ifndef"
322 StringRef Sub = Directive.substr(1);
323 if (Sub == "ndif") { // "endif"
343 } else if (Sub == "lse") { // "else".
370 } else if (Sub == "lif") { // "elif".
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp     [all...]
  /external/llvm/lib/MC/
MCExpr.cpp 122 case MCBinaryExpr::Sub: OS << '-'; break;
547 case MCBinaryExpr::Sub:
584 case MCBinaryExpr::Sub: Result = LHS - RHS; break;
MCObjectStreamer.cpp 249 MCBinaryExpr::Create(MCBinaryExpr::Sub, Offset, Ref, getContext());
  /external/llvm/include/llvm/MC/
MCExpr.h 332 Sub, ///< Subtraction.
415 return Create(Sub, LHS, RHS, Ctx);
  /external/clang/include/clang/AST/
StmtVisitor.h 122 BINOP_FALLBACK(Add) BINOP_FALLBACK(Sub) BINOP_FALLBACK(Shl)
  /external/clang/lib/Sema/
Sema.cpp 599 for (Module::submodule_iterator Sub = Mod->submodule_begin(),
601 Sub != SubEnd; ++Sub) {
602 Stack.push_back(*Sub);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 92 case Instruction::Sub: // Can only fold on the amount subtracted.
108 case Instruction::Sub:
459 // sub/add when we decide to do that.
802 if ((TI->getOpcode() == Instruction::Sub &&
807 } else if ((FI->getOpcode() == Instruction::Sub &&
824 // select C, (add X, Y), (sub X, Z)
    [all...]
InstCombineCasts.cpp 170 case Instruction::Sub:
349 case Instruction::Sub:
669 case Instruction::Sub:
    [all...]
  /external/llvm/include/llvm/
InstrTypes.h 269 DEFINE_HELPERS(Sub, NSW) // CreateNSWSub
270 DEFINE_HELPERS(Sub, NUW) // CreateNUWSub
284 /// via binary operators SUB and XOR:
287 /// instructions out of SUB and XOR instructions.
319 /// Sub, FSub, or Xor.
    [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 325 inline BinaryOp_match<LHS, RHS, Instruction::Sub>
327 return BinaryOp_match<LHS, RHS, Instruction::Sub>(L, R);
656 if (O->getOpcode() == Instruction::Sub)
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 755 /// SimplifySubInst - Given operands for a Sub, see if we can
762 return ConstantFoldInstOperands(Instruction::Sub, CLHS->getType(),
791 if (Value *V = SimplifyBinOp(Instruction::Sub, Y, Z, Q, MaxRecurse-1))
799 if (Value *V = SimplifyBinOp(Instruction::Sub, X, Z, Q, MaxRecurse-1))
813 if (Value *V = SimplifyBinOp(Instruction::Sub, X, Y, Q, MaxRecurse-1))
815 if (Value *W = SimplifyBinOp(Instruction::Sub, V, Z, Q, MaxRecurse-1)) {
821 if (Value *V = SimplifyBinOp(Instruction::Sub, X, Z, Q, MaxRecurse-1))
    [all...]
  /frameworks/base/core/java/android/text/
Html.java 286 out.append("<sub>");
343 out.append("</sub>");
505 } else if (tag.equalsIgnoreCase("sub")) {
506 start(mSpannableStringBuilder, new Sub());
556 } else if (tag.equalsIgnoreCase("sub")) {
557 end(mSpannableStringBuilder, Sub.class, new SubscriptSpan());
818 private static class Sub { }
  /external/regex-re2/lib/codereview/
codereview.py 563 who = re.sub('@.*', '', m.get('sender', ''))
564 text = re.sub("\n(.|\n)*", '', m.get('text', ''))
785 l = Sub(l, taken.keys())
808 def Sub(l1, l2):
812 l = l1 + Sub(l2, l1)
999 pats = Sub(pats, taken) + ['path:'+f for f in files]
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/VMCore/
Instruction.cpp 110 case Sub: return "sub";
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 118 // sub-register.
222 // Map explicit sub-registers first, so the names take precedence.
223 // The inherited sub-registers are mapped below.
265 // We found a new name for the orphaned sub-register.
305 " has itself as a sub-register");
307 // Ensure that every sub-register has a unique name.
316 throw TGError(Loc, "Sub-register can't have two names: " +
321 // Derive possible names for sub-register concatenations from any explicit
322 // sub-registers. By doing this before computeSecondarySubRegs(), we ensure
330 // SR is composed of multiple sub-regs. Find their names in this register
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h 114 DecompositionSub = QChar::Sub,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
DecTestBench.c 57 Function name: $Sub$$main
65 int $Sub$$main(char argc, char * argv[])
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 56 uint16_t AddSubOpc; // Expanded add / sub opcode
57 bool NegAcc; // True if the acc is negated before the add / sub.
138 // Try splitting an indexed load/store to an un-indexed one plus an add/sub
161 bool isSub = ARM_AM::getAM2Op(OffImm) == ARM_AM::sub;
187 bool isSub = ARM_AM::getAM3Op(OffImm) == ARM_AM::sub;
724 assert(Dst && Src && "Bad sub-register");
833 // spilled def has a sub-register index.
    [all...]

Completed in 750 milliseconds

12 3 4 5