HomeSort by relevance Sort by last modified time
    Searched refs:Op (Results 226 - 250 of 317) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/slang/
slang_rs_metadata_spec_encoder.cpp 44 llvm::SmallVectorImpl<llvm::Value*> &Op) {
50 Op.push_back(MDS);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 345 assert(NumParts == 1 && "No-op copy with multiple parts!");
773 // = op c3, ..., f2
    [all...]
LegalizeTypesGeneric.cpp 36 SDValue Op = DisintegrateMERGE_VALUES(N, ResNo);
37 GetExpandedOp(Op, Lo, Hi);
436 SDValue Op = DisintegrateMERGE_VALUES(N, ResNo);
437 GetSplitOp(Op, Lo, Hi);
FastISel.cpp 93 // No-op casts are trivially coalesced by fast-isel.
200 } else if (const Operator *Op = dyn_cast<Operator>(V)) {
201 if (!SelectOperator(Op, Op->getOpcode()))
202 if (!isa<Instruction>(Op) ||
203 !TargetSelectInstruction(cast<Instruction>(Op)))
205 Reg = lookUpRegForValue(Op);
    [all...]
  /external/llvm/lib/CodeGen/
VirtRegRewriter.cpp 320 MachineOperand &Op = Prev->getOperand(i);
321 if (!DoReMat && Op.isFI() && Op.getIndex() == SSorRMId)
430 /// t1 := op t2, t3
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 670 Record *Op = PatFragRec->getOnlyTree()->getOperator();
671 ClassName = PatFragRec->getDAGPatterns().getSDNodeInfo(Op).getSDClassName();
    [all...]
CodeGenDAGPatterns.h 325 TreePatternNode(Record *Op, const std::vector<TreePatternNode*> &Ch,
327 : Operator(Op), Val(0), TransformFn(0), Children(Ch) {
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaExpr.cpp 7500 Expr *op = OrigOp->IgnoreParens(); local
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 189 const llvm::APSInt* evalAPSInt(BinaryOperator::Opcode Op,
  /external/clang/lib/AST/
Expr.cpp 597 const char *UnaryOperator::getOpcodeStr(Opcode Op) {
598 switch (Op) {
    [all...]
DeclCXX.cpp 351 DeclContext::lookup_const_iterator Op, OpEnd;
352 for (llvm::tie(Op, OpEnd) = this->lookup(Name); Op != OpEnd; ++Op) {
357 const CXXMethodDecl* Method = dyn_cast<CXXMethodDecl>(*Op);
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGISel.h 83 virtual bool SelectInlineAsmMemoryOperand(const SDValue &Op,
MachineInstr.h 307 /// %reg1024:6 = OP.
527 void addOperand(const MachineOperand &Op);
  /external/skia/gm/
complexclip.cpp 81 SkRegion::Op fOp;
96 for (size_t op = 0; op < SK_ARRAY_COUNT(gOps); ++op) {
97 int idx = invA * SK_ARRAY_COUNT(gOps) + op;
108 canvas->clipPath(clipB, gOps[op].fOp);
132 canvas->drawText(gOps[op].fName, strlen(gOps[op].fName),
134 txtX += paint.measureText(gOps[op].fName, strlen(gOps[op].fName))
    [all...]
  /external/skia/samplecode/
SampleComplexClip.cpp 76 SkRegion::Op fOp;
91 for (size_t op = 0; op < SK_ARRAY_COUNT(gOps); ++op) {
92 int idx = invA * SK_ARRAY_COUNT(gOps) + op;
103 canvas->clipPath(clipB, gOps[op].fOp);
127 canvas->drawText(gOps[op].fName, strlen(gOps[op].fName),
129 txtX += paint.measureText(gOps[op].fName, strlen(gOps[op].fName))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 161 // 2. Transform: "(A op B) op C" ==> "A op (B op C)" if "B op C" simplifies.
162 // 3. Transform: "A op (B op C)" ==> "(A op B) op C" if "A op B" simplifies
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 669 /// register into the LDM/STM/VLDM{D|S}/VSTM{D|S} op when possible:
816 /// register into the LDR/STR/FLD{D|S}/FST{D|S} op when possible:
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 426 /// Create a binary op that checks for overflow.
464 #define HANDLEBINOP(OP) \
465 Value *VisitBin ## OP(const BinaryOperator *E) { \
466 return Emit ## OP(EmitBinOps(E)); \
468 Value *VisitBin ## OP ## Assign(const CompoundAssignOperator *E) { \
469 return EmitCompoundAssign(E, &ScalarExprEmitter::Emit ## OP); \
    [all...]
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 322 if (Constant *Op = dyn_cast_or_null<Constant>(MapValue(I->getOperand(i),
325 Ops.push_back(Op);
  /external/valgrind/main/lackey/
lk_main.c 297 typedef enum { OpLoad=0, OpStore=1, OpAlu=2 } Op;
351 static void instrument_detail(IRSB* sb, Op op, IRType type)
357 tl_assert(op < N_OPS);
360 argv = mkIRExprVec_1( mkIRExpr_HWord( (HWord)&detailCounts[op][typeIx] ) );
420 load-op-store instructions (x86, amd64), the instr is treated as if
590 Int op, tyIx; local
593 for (op = 0; op < N_OPS; op++
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 27 import android.graphics.Region.Op;
370 c.clipRect(0, 0, mBackgroundWidth, mBackgroundHeight, Op.DIFFERENCE);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 486 if (regionOp == Region.Op.INTERSECT.nativeInt && mLayers.size() > 0) {
497 if (regionOp == Region.Op.REPLACE.nativeInt) {
  /external/clang/include/clang/AST/
DeclarationName.h 363 /// operator corresponding to Op.
364 DeclarationName getCXXOperatorName(OverloadedOperatorKind Op);

Completed in 596 milliseconds

1 2 3 4 5 6 7 8 91011>>