HomeSort by relevance Sort by last modified time
    Searched refs:Op3 (Results 1 - 17 of 17) sorted by null

  /external/llvm/lib/Target/XCore/
XCoreSelectionDAGInfo.h 32 SDValue Op3, unsigned Align, bool isVolatile,
  /external/llvm/lib/Target/XCore/Disassembler/
XCoreDisassembler.cpp 273 unsigned &Op3) {
283 Op3 = (Op3High << 2) | fieldFromInstruction(Insn, 0, 2);
552 unsigned Op1, Op2, Op3;
553 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
557 DecodeGRRegsRegisterClass(Inst, Op3, Address, Decoder);
565 unsigned Op1, Op2, Op3;
566 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
570 DecodeGRRegsRegisterClass(Inst, Op3, Address, Decoder);
578 unsigned Op1, Op2, Op3;
579 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
    [all...]
  /external/llvm/include/llvm/Target/
TargetSelectionDAGInfo.h 60 SDValue Op3, unsigned Align, bool isVolatile,
77 SDValue Op3, unsigned Align, bool isVolatile,
93 SDValue Op3, unsigned Align, bool isVolatile,
107 SDValue Op3, MachinePointerInfo Op1PtrInfo,
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.h 55 SDValue Op3, unsigned Align,
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 452 const MachineOperand &Op3 = MI.getOperand(Op+3);
457 if (Op3.isGlobal()) {
458 DispForReloc = &Op3;
459 } else if (Op3.isSymbol()) {
460 DispForReloc = &Op3;
461 } else if (Op3.isCPI()) {
463 DispForReloc = &Op3;
465 DispVal += MCE.getConstantPoolEntryAddress(Op3.getIndex());
466 DispVal += Op3.getOffset();
468 } else if (Op3.isJTI())
    [all...]
X86ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 73 const MCOperand &Op3 = MI->getOperand(3);
77 if (Op2.isImm() && Op2.getImm() == 0 && Op3.isImm()) {
80 switch (Op3.getImm()) {
113 if (Op2.isImm() && Op3.isImm()) {
117 int64_t imms = Op3.getImm();
147 if (Op2.getImm() > Op3.getImm()) {
150 << ", #" << (Is64Bit ? 64 : 32) - Op2.getImm() << ", #" << Op3.getImm() + 1;
158 << ", #" << Op2.getImm() << ", #" << Op3.getImm() - Op2.getImm() + 1;
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
SelectionDAGNodes.h 800 const SDValue &Op2, const SDValue &Op3) {
808 Ops[3].setInitial(Op3);
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 93 uint64_t imm2, unsigned Op3, bool Op3IsKill) {
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeIntegerTypes.cpp 221 SDValue Op3 = GetPromotedInteger(N->getOperand(3));
226 N->getBasePtr(), Op2, Op3, N->getMemOperand(), N->getSuccessOrdering(),
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 648 milliseconds