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

  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 446 Data = DAG.getSExtOrTrunc(Data, DL, Op.getOperand(0).getValueType());
518 jq = DAG.getSExtOrTrunc(jq, DL, INTTY);
521 SDValue ia = DAG.getSExtOrTrunc(LHS, DL, INTTY);
524 SDValue ib = DAG.getSExtOrTrunc(RHS, DL, INTTY);
564 iq = DAG.getSExtOrTrunc(iq, DL, OVT);
653 SDValue LHS = DAG.getSExtOrTrunc(Op.getOperand(0), DL, INTTY);
654 SDValue RHS = DAG.getSExtOrTrunc(Op.getOperand(1), DL, INTTY);
656 LHS = DAG.getSExtOrTrunc(LHS, DL, OVT);
671 SDValue LHS = DAG.getSExtOrTrunc(Op.getOperand(0), DL, INTTY);
672 SDValue RHS = DAG.getSExtOrTrunc(Op.getOperand(1), DL, INTTY)
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
SIISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 611 Lo = DAG.getSExtOrTrunc(Lo, dl, DstEltVT);
    [all...]
SelectionDAGBuilder.cpp     [all...]
SelectionDAG.cpp     [all...]
TargetLowering.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 597 SDValue getSExtOrTrunc(SDValue Op, SDLoc DL, EVT VT);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 287 milliseconds