HomeSort by relevance Sort by last modified time
    Searched refs:Sub (Results 76 - 100 of 180) sorted by null

1 2 34 5 6 7 8

  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 858 case Instruction::Sub: Out << "getSub("; break;
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 183 else if (op == AtomicRMWInst::Sub)
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 93 // The lane mask is simply the union of all sub-indices.
97 assert(M && "Missing lane mask, sub-register cycle?");
132 // sub-register.
236 // Map explicit sub-registers first, so the names take precedence.
237 // The inherited sub-registers are mapped below.
279 // We found a new name for the orphaned sub-register.
319 " has itself as a sub-register");
326 // Ensure that every sub-register has a unique name.
335 PrintFatalError(Loc, "Sub-register can't have two names: " +
340 // Derive possible names for sub-register concatenations from any explici
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ast.py 352 # this used to fail because Sub._fields was None
353 x = ast.Sub()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ast.py 352 # this used to fail because Sub._fields was None
353 x = ast.Sub()
  /external/chromium_org/chrome/browser/resources/file_manager/js/
path_util.js 36 * Sub root directory for Drive. "root" and "other". This is not used now.
  /external/clang/lib/CodeGen/
CGAtomic.cpp 256 PostOp = llvm::Instruction::Sub;
260 Op = llvm::AtomicRMWInst::Sub;
    [all...]
CodeGenModule.cpp 880 for (clang::Module::submodule_iterator Sub = Mod->submodule_begin(),
882 Sub != SubEnd; ++Sub)
    [all...]
CGExprScalar.cpp 473 HANDLEBINOP(Sub)
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 566 case Instruction::Sub:
567 // If the high-bits of this SUB are not demanded, then it does not demand
570 // Right fill the mask of bits for this SUB to demand the most
581 // Otherwise just hand the sub off to ComputeMaskedBits to fill in
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 215 case Instruction::Sub:
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 30 // fold a potential constant sub-expression will be indicated by a 'false'
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 694 // put the non-constant negative on the right so that a sub can
764 Sum = InsertBinop(Instruction::Sub, Sum, W);
    [all...]
ValueTracking.cpp 532 case Instruction::Sub: {
672 Opcode == Instruction::Sub ||
    [all...]
ConstantFolding.cpp 577 if (Opc == Instruction::Sub && DL) {
665 // If this is "gep i8* Ptr, (sub 0, V)", fold this as:
666 // "inttoptr (sub (ptrtoint Ptr), V)"
672 if (CE && CE->getOpcode() == Instruction::Sub &&
697 // Do not try the incorporate the sub-GEP if some index is not a number.
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 732 case Instruction::Sub: INTEGER_VECTOR_OPERATION(-) break;
769 case Instruction::Sub: R.IntVal = Src1.IntVal - Src2.IntVal; break;
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 779 SDValue Sub = DAG.getNode(ISD::SUB, dl, MVT::i32, StackPointer, Size);
797 Sub,
800 // The Sub result contains the new stack start address, so it
804 Sub);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 737 case Instruction::Sub:
851 case Instruction::Sub:
    [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 53 OPERATOR(Add) OPERATOR(Sub) OPERATOR(Shl) \
66 OPERATOR(Mul) OPERATOR(Div) OPERATOR(Rem) OPERATOR(Add) OPERATOR(Sub) \
2152 Expr *sub = *i; local
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 53 OPERATOR(Add) OPERATOR(Sub) OPERATOR(Shl) \
66 OPERATOR(Mul) OPERATOR(Div) OPERATOR(Rem) OPERATOR(Add) OPERATOR(Sub) \
2061 Expr *sub = *i; local
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 712 case Instruction::Sub:
732 case Instruction::Sub: GV.IntVal = LHS.IntVal - RHS.IntVal; break;
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp 115 MCBinaryExpr::Create(MCBinaryExpr::Sub, Res, RHS, MCOS.getContext());
119 MCBinaryExpr::Create(MCBinaryExpr::Sub, Res1, Res2, MCOS.getContext());
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 219 case Instruction::Sub:
234 case Instruction::Sub:
    [all...]

Completed in 1010 milliseconds

1 2 34 5 6 7 8