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

  /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/PTX/
PTXSelectionDAGInfo.h 45 SDValue Op3, unsigned Align,
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.h 61 SDValue Op3, unsigned Align,
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 441 const MachineOperand &Op3 = MI.getOperand(Op+3);
446 if (Op3.isGlobal()) {
447 DispForReloc = &Op3;
448 } else if (Op3.isSymbol()) {
449 DispForReloc = &Op3;
450 } else if (Op3.isCPI()) {
452 DispForReloc = &Op3;
454 DispVal += MCE.getConstantPoolEntryAddress(Op3.getIndex());
455 DispVal += Op3.getOffset();
457 } else if (Op3.isJTI())
    [all...]
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 714 SDValue Op3);
716 SDValue Op3, SDValue Op4);
718 SDValue Op3, SDValue Op4, SDValue Op5);
731 SDValue Op1, SDValue Op2, SDValue Op3);
    [all...]
SelectionDAGNodes.h 736 const SDValue &Op2, const SDValue &Op3) {
744 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...]

Completed in 3218 milliseconds