/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,
|
/external/llvm/lib/Target/XCore/Disassembler/ |
XCoreDisassembler.cpp | 271 unsigned &Op3) { 281 Op3 = (Op3High << 2) | fieldFromInstruction(Insn, 0, 2); 550 unsigned Op1, Op2, Op3; 551 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3); 555 DecodeGRRegsRegisterClass(Inst, Op3, Address, Decoder); 563 unsigned Op1, Op2, Op3; 564 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3); 568 DecodeGRRegsRegisterClass(Inst, Op3, Address, Decoder); 576 unsigned Op1, Op2, Op3; 577 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3); [all...] |
/external/llvm/lib/Target/ARM/ |
ARMSelectionDAGInfo.h | 61 SDValue Op3, unsigned Align,
|
/external/llvm/lib/Target/X86/ |
X86CodeEmitter.cpp | 454 const MachineOperand &Op3 = MI.getOperand(Op+3); 459 if (Op3.isGlobal()) { 460 DispForReloc = &Op3; 461 } else if (Op3.isSymbol()) { 462 DispForReloc = &Op3; 463 } else if (Op3.isCPI()) { 465 DispForReloc = &Op3; 467 DispVal += MCE.getConstantPoolEntryAddress(Op3.getIndex()); 468 DispVal += Op3.getOffset(); 470 } else if (Op3.isJTI()) [all...] |
X86ISelDAGToDAG.cpp | [all...] |
/external/llvm/include/llvm/CodeGen/ |
SelectionDAG.h | [all...] |
SelectionDAGNodes.h | 758 const SDValue &Op2, const SDValue &Op3) { 766 Ops[3].setInitial(Op3); [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAG.cpp | [all...] |
SelectionDAGBuilder.cpp | [all...] |
LegalizeIntegerTypes.cpp | 195 SDValue Op3 = GetPromotedInteger(N->getOperand(3)); 198 Op2, Op3, N->getMemOperand(), N->getOrdering(), [all...] |
/external/llvm/include/llvm/Support/ |
PatternMatch.h | [all...] |