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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/VMCore/
ConstantFold.cpp 90 Instruction::CastOps firstOp = Instruction::CastOps(Op->getOpcode());
218 switch (CE->getOpcode()) {
533 } else if (CE->getOpcode() == Instruction::GetElementPtr) {
608 if (CE->getOpcode() == Instruction::GetElementPtr &&
741 if (TrueVal->getOpcode() == Instruction::Select)
746 if (FalseVal->getOpcode() == Instruction::Select)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 553 switch (SU->getNode()->getOpcode()) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 327 if (CE->getOpcode() == Instruction::GetElementPtr) {
332 } else if (CE->getOpcode() == Instruction::BitCast &&
350 if (Init && CE && CE->getOpcode() == Instruction::GetElementPtr)
419 cast<ConstantExpr>(U)->getOpcode() != Instruction::GetElementPtr))
583 cast<ConstantExpr>(GEP)->getOpcode()==Instruction::GetElementPtr)||
739 ConstantExpr::getCast(CI->getOpcode(),
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 39 if (CI->getOpcode() == Op) {
83 if ((CI->getOpcode() == Instruction::PtrToInt ||
84 CI->getOpcode() == Instruction::IntToPtr) &&
89 if ((CE->getOpcode() == Instruction::PtrToInt ||
90 CE->getOpcode() == Instruction::IntToPtr) &&
145 if (IP->getOpcode() == (unsigned)Opcode && IP->getOperand(0) == LHS &&
515 if (IP->getOpcode() == Instruction::GetElementPtr &&
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 103 unsigned Opc = MBBI->getOpcode();
192 unsigned Opc = PI->getOpcode();
221 unsigned Opc = NI->getOpcode();
253 unsigned Opc = PI->getOpcode();
498 unsigned Opc = MI.getOpcode();
768 (MBBI->getOpcode() == X86::PUSH32r ||
769 MBBI->getOpcode() == X86::PUSH64r)) {
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 165 switch (Op.getOpcode()) {
810 assert((MI->getOpcode() == SystemZ::Select32 ||
811 MI->getOpcode() == SystemZ::SelectF32 ||
812 MI->getOpcode() == SystemZ::Select64 ||
813 MI->getOpcode() == SystemZ::SelectF64) &&
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 157 if (I->getOpcode() == Instruction::And) {
178 } else if (I->getOpcode() == Instruction::Or) {
220 switch (I->getOpcode()) {
343 if (LHSInst->getOpcode() == Instruction::And && LHSInst->hasOneUse() &&
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SsaMethod.java 691 && insn.getOpcode().getOpcode() == RegOps.MARK_LOCAL) {
843 || lastInsn.getOriginalRopInsn().getOpcode()
  /external/clang/lib/AST/
StmtDumper.cpp 461 << " '" << UnaryOperator::getOpcodeStr(Node->getOpcode()) << "'";
492 OS << " '" << BinaryOperator::getOpcodeStr(Node->getOpcode()) << "'";
496 OS << " '" << BinaryOperator::getOpcodeStr(Node->getOpcode())
  /external/llvm/lib/Target/CBackend/
CBackend.cpp 753 switch (CE->getOpcode()) {
767 printCast(CE->getOpcode(), CE->getOperand(0)->getType(), CE->getType());
768 if (CE->getOpcode() == Instruction::SExt &&
775 (CE->getOpcode() == Instruction::Trunc ||
776 CE->getOpcode() == Instruction::FPToUI ||
777 CE->getOpcode() == Instruction::FPToSI ||
778 CE->getOpcode() == Instruction::PtrToInt)) {
822 printConstantWithCast(CE->getOperand(0), CE->getOpcode());
823 switch (CE->getOpcode()) {
859 printConstantWithCast(CE->getOperand(1), CE->getOpcode());
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeFrameLowering.cpp 124 if (I->getOpcode() != MBlaze::LWI || I->getNumOperands() != 3 ||
133 SI->getOpcode() != MBlaze::SWI) continue;
177 if (I->getOpcode() != MBlaze::SWI || I->getNumOperands() != 3 ||
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 545 switch (CE->getOpcode()) {
629 CE->getOpcode()==Instruction::FPToSI,
695 switch (CE->getOpcode()) {
710 switch (CE->getOpcode()) {
725 switch (CE->getOpcode()) {
743 switch (CE->getOpcode()) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 386 if (I->getOpcode() == Instruction::Or ||
387 I->getOpcode() == Instruction::And) {
397 if (I->getOpcode() == Instruction::Or)
428 if (I->getOpcode() == Instruction::Xor &&
455 Constant *Folded = ConstantExpr::get(BO->getOpcode(), V, CI);
797 if (CondInst->getOpcode() == Instruction::Xor &&
    [all...]
IndVarSimplify.cpp 269 if (Incr == 0 || Incr->getOpcode() != Instruction::FAdd) return;
751 bool IsSigned = Cast->getOpcode() == Instruction::SExt;
752 if (!IsSigned && Cast->getOpcode() != Instruction::ZExt)
    [all...]
SCCP.cpp 814 markConstant(&I, ConstantExpr::getCast(I.getOpcode(),
    [all...]
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp 187 switch (CE->getOpcode()) {
293 CE->getOpcode() == llvm::Instruction::FPToSI,
375 switch (CE->getOpcode()) {
423 switch (CE->getOpcode()) {
451 switch (CE->getOpcode()) {
482 switch (CE->getOpcode()) {
524 } // End switch (CE->getOpcode())
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 291 BinaryOperator::Opcode getOpcode() const { return Op; }
330 BinaryOperator::Opcode getOpcode() const { return Op; }
  /external/llvm/lib/Target/PTX/
PTXISelLowering.cpp 110 switch (Op.getOpcode()) {
158 if (Op1.getOpcode() == ISD::Constant &&
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 262 assert(MBBI->getOpcode() == XCore::RETSP_u6
263 || MBBI->getOpcode() == XCore::RETSP_lu6);
  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 449 assert(Opcodes.insert(COM->getOpcode().getEnumName()) &&
451 Cases.push_back(std::make_pair(&COM->getOpcode(), COM->getNext()));
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 256 if (ADDCNode->getOpcode() != ISD::ADDC)
262 unsigned MultOpc = MultHi.getOpcode();
330 if (SUBCNode->getOpcode() != ISD::SUBC)
336 unsigned MultOpc = MultHi.getOpcode();
424 unsigned opc = N->getOpcode() == ISD::SDIVREM ? MipsISD::DivRem :
495 if (Op.getOpcode() != ISD::SETCC)
533 if (Cond.getOpcode() != MipsISD::FPCmp)
554 if (ShiftRight.getOpcode() != ISD::SRA && ShiftRight.getOpcode() != ISD::SRL)
597 if (And0.getOpcode() != ISD::AND
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvInsn.java 173 public final Dop getOpcode() {
198 * {@code getOpcode().hasResult()}.
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rop.java 312 public int getOpcode() {
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 887 = extraInsn.getOpcode().getBranchingness()
929 (lastInsn.getOpcode().getBranchingness() == Rop.BRANCH_NONE)) {
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsn.java 175 public final Dop getOpcode() {
200 * {@code getOpcode().hasResult()}.

Completed in 1215 milliseconds

1 2 3 4 5 6 7 8 91011>>