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

12 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/MBlaze/
MBlazeInstrInfo.cpp 45 if (MI->getOpcode() == MBlaze::LWI) {
64 if (MI->getOpcode() == MBlaze::SWI) {
137 unsigned LastOpc = LastInst->getOpcode();
146 Cond.push_back(MachineOperand::CreateImm(LastInst->getOpcode()));
162 if (MBlaze::isCondBranchOpcode(SecondLastInst->getOpcode()) &&
163 MBlaze::isUncondBranchOpcode(LastInst->getOpcode())) {
165 Cond.push_back(MachineOperand::CreateImm(SecondLastInst->getOpcode()));
173 if (MBlaze::isUncondBranchOpcode(SecondLastInst->getOpcode()) &&
174 MBlaze::isUncondBranchOpcode(LastInst->getOpcode())) {
223 if (!MBlaze::isUncondBranchOpcode(I->getOpcode()) &
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 98 if (Addr.getOpcode() == ISD::ADD) {
114 if (Addr.getOpcode() == XCoreISD::DPRelativeWrapper) {
119 if (Addr.getOpcode() == ISD::ADD) {
121 if ((Addr.getOperand(0).getOpcode() == XCoreISD::DPRelativeWrapper)
135 if (Addr.getOpcode() == XCoreISD::CPRelativeWrapper) {
140 if (Addr.getOpcode() == ISD::ADD) {
142 if ((Addr.getOperand(0).getOpcode() == XCoreISD::CPRelativeWrapper)
156 switch (N->getOpcode()) {
241 if (Chain->getOpcode() != ISD::TokenFactor)
264 if (Addr->getOpcode() != ISD::INTRINSIC_W_CHAIN
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
SimpleInsn.java 51 return new SimpleInsn(getOpcode(), getPosition(), registers);
TargetInsn.java 61 return new TargetInsn(getOpcode(), getPosition(), registers, target);
75 Dop opcode = getOpcode().getOppositeTest();
  /dalvik/dx/src/com/android/dx/dex/code/
SimpleInsn.java 51 return new SimpleInsn(getOpcode(), getPosition(), registers);
TargetInsn.java 61 return new TargetInsn(getOpcode(), getPosition(), registers, target);
75 Dop opcode = getOpcode().getOppositeTest();
  /dalvik/dx/src/com/android/dx/io/instructions/
OneRegisterDecodedInstruction.java 52 getFormat(), getOpcode(), newIndex, getIndexType(),
RegisterRangeDecodedInstruction.java 57 getFormat(), getOpcode(), newIndex, getIndexType(),
TwoRegisterDecodedInstruction.java 61 getFormat(), getOpcode(), newIndex, getIndexType(),
  /external/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp 26 unsigned Opcode = MCID.getOpcode();
62 if (TII.isFpMLxInstruction(DefMI->getOpcode()) &&
63 (TII.canCauseFpMLxStall(MI->getOpcode()) ||
85 unsigned Opcode = MI->getOpcode();
  /external/llvm/lib/Target/Alpha/
AlphaInstrInfo.cpp 36 switch (MI->getOpcode()) {
55 switch (MI->getOpcode()) {
240 if (LastInst->getOpcode() == Alpha::BR) {
243 } else if (LastInst->getOpcode() == Alpha::COND_BRANCH_I ||
244 LastInst->getOpcode() == Alpha::COND_BRANCH_F) {
264 if ((SecondLastInst->getOpcode() == Alpha::COND_BRANCH_I ||
265 SecondLastInst->getOpcode() == Alpha::COND_BRANCH_F) &&
266 LastInst->getOpcode() == Alpha::BR) {
276 if (SecondLastInst->getOpcode() == Alpha::BR &&
277 LastInst->getOpcode() == Alpha::BR)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
FillArrayDataInsn.java 103 return new FillArrayDataInsn(getOpcode(), getPosition(),
113 return new FillArrayDataInsn(getOpcode(), getPosition(),
PlainCstInsn.java 70 return new PlainCstInsn(getOpcode(), getPosition(),
81 return new PlainCstInsn(getOpcode(), getPosition(),
SwitchInsn.java 83 return new SwitchInsn(getOpcode(), getPosition(),
105 return new SwitchInsn(getOpcode(), getPosition(),
  /dalvik/dx/src/com/android/dx/rop/code/
FillArrayDataInsn.java 103 return new FillArrayDataInsn(getOpcode(), getPosition(),
113 return new FillArrayDataInsn(getOpcode(), getPosition(),
PlainCstInsn.java 70 return new PlainCstInsn(getOpcode(), getPosition(),
81 return new PlainCstInsn(getOpcode(), getPosition(),
SwitchInsn.java 83 return new SwitchInsn(getOpcode(), getPosition(),
105 return new SwitchInsn(getOpcode(), getPosition(),
  /external/clang/lib/StaticAnalyzer/Checkers/
PointerArithChecker.cpp 36 if (B->getOpcode() != BO_Sub && B->getOpcode() != BO_Add)
UndefResultChecker.cpp 65 << BinaryOperator::getOpcodeStr(B->getOpcode())
71 << BinaryOperator::getOpcodeStr(B->getOpcode())
  /external/llvm/lib/Target/Mips/
MipsEmitGPRestore.cpp 62 for (; I->getOpcode() != TargetOpcode::EH_LABEL; ++I) ;
73 if (I->getOpcode() != Mips::JALR) {
MipsISelDAGToDAG.cpp 126 if (Addr.getOpcode() == MipsISD::WrapperPIC) {
132 if ((Addr.getOpcode() == ISD::TargetExternalSymbol ||
133 Addr.getOpcode() == ISD::TargetGlobalAddress))
135 else if (Addr.getOpcode() == ISD::TargetGlobalTLSAddress) {
160 if (Addr.getOpcode() == ISD::ADD) {
169 if ((Addr.getOperand(0).getOpcode() == MipsISD::Hi ||
170 Addr.getOperand(0).getOpcode() == ISD::LOAD) &&
171 Addr.getOperand(1).getOpcode() == MipsISD::Lo) {
190 unsigned Opcode = Node->getOpcode();
212 unsigned Opc = InFlag.getOpcode(); (void)Opc
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 64 dbgs() << Instruction::getOpcodeName(I->getOpcode()) << " "
132 if (I->getOpcode() == Instruction::PHI ||
133 I->getOpcode() == Instruction::Alloca ||
134 I->getOpcode() == Instruction::Load ||
135 I->getOpcode() == Instruction::Invoke ||
136 (I->getOpcode() == Instruction::Call &&
138 I->getOpcode() == Instruction::UDiv ||
139 I->getOpcode() == Instruction::SDiv ||
140 I->getOpcode() == Instruction::FDiv ||
141 I->getOpcode() == Instruction::URem |
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 115 if (I->getOpcode() != MSP430::JMP &&
116 I->getOpcode() != MSP430::JCC &&
117 I->getOpcode() != MSP430::Br &&
118 I->getOpcode() != MSP430::Bm)
199 if (I->getOpcode() == MSP430::Br ||
200 I->getOpcode() == MSP430::Bm)
204 if (I->getOpcode() == MSP430::JMP) {
230 assert(I->getOpcode() == MSP430::JCC && "Invalid conditional branch");
303 switch (Desc.getOpcode()) {
320 switch (MI->getOpcode()) {
    [all...]
MSP430BranchSelector.cpp 105 if ((I->getOpcode() != MSP430::JCC || I->getOperand(0).isImm()) &&
106 I->getOpcode() != MSP430::JMP) {
144 if (I->getOpcode() == MSP430::JMP) {
  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeAsmBackend.cpp 80 if (getRelaxedOpcode(Inst.getOpcode()) == Inst.getOpcode())
92 Res.setOpcode(getRelaxedOpcode(Inst.getOpcode()));

Completed in 775 milliseconds

12 3 4 5 6 7 8 91011>>