HomeSort by relevance Sort by last modified time
    Searched refs:getOpcode (Results 726 - 750 of 865) sorted by null

<<21222324252627282930>>

  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 490 unsigned Opc = MI->getOpcode();
ARMFastISel.cpp 765 Opcode = I->getOpcode();
769 Opcode = C->getOpcode();
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 172 switch (MI->getOpcode()) {
MipsSEFrameLowering.cpp 99 switch(I->getOpcode()) {
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 546 switch (Op.getOpcode()) {
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 546 unsigned Opc = MI.getOpcode();
  /external/llvm/lib/Transforms/Instrumentation/
SafeStack.cpp 267 switch (I->getOpcode()) {
  /external/llvm/lib/Transforms/Scalar/
StraightLineStrengthReduce.cpp 367 switch (I->getOpcode()) {
LoopStrengthReduce.cpp 795 if (UI && UI->getOpcode() == Instruction::Mul &&
    [all...]
  /external/llvm/unittests/IR/
ConstantsTest.cpp 450 ASSERT_EQ(dyn_cast<ConstantExpr>(C)->getOpcode(),
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 486 const SDNodeInfo &getOpcode() const { return Opcode; }
    [all...]
DAGISelMatcherEmitter.cpp 288 << cast<CheckOpcodeMatcher>(N)->getOpcode().getEnumName() << "),\n";
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 497 switch (BinOp->getOpcode()) {
515 switch (UnOp->getOpcode()) {
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 762 if ((BO->getOpcode() == BO_LAnd && I->Output) ||
763 (BO->getOpcode() == BO_LOr && !I->Output))
    [all...]
SemaStmt.cpp 137 IsNotEqual = Op->getOpcode() == BO_NE;
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
Dops.java     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 721 BinaryOperatorKind Op = cast<BinaryOperator>(S)->getOpcode();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 95 return N->getOpcode() == ISD::TargetConstant;
    [all...]
  /external/llvm/lib/Target/Hexagon/
BitTracker.cpp 737 unsigned Opc = MI->getOpcode();
    [all...]
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 519 switch (Inst.getOpcode()) {
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 322 if (BO && BO->getOpcode() == BO_Assign) {
    [all...]

Completed in 1341 milliseconds

<<21222324252627282930>>