HomeSort by relevance Sort by last modified time
    Searched refs:TRUNCATE (Results 1 - 25 of 31) sorted by null

1 2

  /external/openssl/crypto/bio/
b_dump.c 67 #define TRUNCATE
88 #ifdef TRUNCATE
149 #ifdef TRUNCATE
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 667 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, dl, VT, SDValue(ExtLoad, 0));
806 return DAG.getNode(ISD::TRUNCATE, dl, VT,
853 return DAG.getNode(ISD::TRUNCATE, dl, VT,
    [all...]
TargetLowering.cpp     [all...]
LegalizeIntegerTypes.cpp 75 case ISD::TRUNCATE: Res = PromoteIntRes_TRUNCATE(N); break;
524 return DAG.getNode(ISD::TRUNCATE, dl, NVT, SetCC);
597 EOp1 = DAG.getNode(ISD::TRUNCATE, dl, HalfNVT, EOp1);
598 EOp2 = DAG.getNode(ISD::TRUNCATE, dl, HalfNVT, EOp2);
603 // Truncate to NVT instead of VT
604 return DAG.getNode(ISD::TRUNCATE, dl, NVT, Res);
    [all...]
LegalizeDAG.cpp 663 // Truncate or zero extend offset to target pointer type.
664 unsigned CastOpc = IdxVT.bitsGT(PtrVT) ? ISD::TRUNCATE : ISD::ZERO_EXTEND;
    [all...]
LegalizeTypes.cpp     [all...]
FastISel.cpp 270 // If the index is smaller or larger than intptr_t, truncate or extend it.
279 IdxN = FastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::TRUNCATE,
625 ResultReg = FastEmit_r(SrcVT.getSimpleVT(), MVT::i32, ISD::TRUNCATE,
    [all...]
LegalizeVectorTypes.cpp 91 case ISD::TRUNCATE:
176 // so be sure to truncate it to the element type if necessary.
181 Op = DAG.getNode(ISD::TRUNCATE, N->getDebugLoc(), EltVT, Op);
226 return DAG.getNode(ISD::TRUNCATE, N->getDebugLoc(), EltVT, InOp);
468 case ISD::TRUNCATE:
    [all...]
LegalizeVectorOps.cpp 197 case ISD::TRUNCATE:
SelectionDAG.cpp 887 getNode(ISD::TRUNCATE, DL, VT, Op);
893 getNode(ISD::TRUNCATE, DL, VT, Op);
899 getNode(ISD::TRUNCATE, DL, VT, Op);
    [all...]
SelectionDAGBuilder.cpp 185 // For a truncate, see if we have any information to
191 return DAG.getNode(ISD::TRUNCATE, DL, ValueVT, Val);
241 // If the register was not expanded, truncate or copy the value,
290 return DAG.getNode((Smaller ? ISD::TRUNCATE : ISD::ANY_EXTEND),
308 Val = DAG.getNode((Smaller ? ISD::TRUNCATE : ISD::ANY_EXTEND),
366 // If the parts cover less bits than value has, truncate the value.
370 Val = DAG.getNode(ISD::TRUNCATE, DL, ValueVT, Val);
402 Val = DAG.getNode(ISD::TRUNCATE, DL, ValueVT, Val);
479 Val = DAG.getNode((Smaller ? ISD::TRUNCATE : ISD::ANY_EXTEND),
489 Val = DAG.getNode((Smaller ? ISD::TRUNCATE : ISD::ANY_EXTEND)
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 367 // TRUNCATE - Completely drop the high bits.
368 TRUNCATE,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 168 // Extend or truncate the argument to be an i32 value for the call.
170 Src = DAG.getNode(ISD::TRUNCATE, dl, MVT::i32, Src);
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 320 setOperationAction(ISD::TRUNCATE, MVT::i64, Custom);
    [all...]
SPUISelDAGToDAG.cpp 751 } else if (Opc == ISD::TRUNCATE) {
756 // Catch (truncate:i32 ([sra|srl]:i64 arg, c), where c >= 32
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
rtl.def 544 DEF_RTL_EXPR(TRUNCATE, "truncate", "e", RTX_UNARY)
701 /* Signed saturating truncate. */
704 /* Unsigned saturating truncate. */
    [all...]
genrtl.h 430 gen_rtx_fmt_e (TRUNCATE, (MODE), (ARG0))
  /external/llvm/lib/Target/Blackfin/
BlackfinISelLowering.cpp 196 // bits. Insert an assert[sz]ext to capture this, then truncate to the
206 ArgValue = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), ArgValue);
413 // Truncate to valtype
415 Val = DAG.getNode(ISD::TRUNCATE, dl, RV.getValVT(), Val);
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 351 // bits. Insert an assert[sz]ext to capture this, then truncate to the
361 ArgValue = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), ArgValue);
534 // bits. Insert an assert[sz]ext to capture this, then truncate to the
544 RetValue = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), RetValue);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 736 setOperationAction(ISD::TRUNCATE, (MVT::SimpleValueType)VT, Expand);
    [all...]
X86ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 343 // bits. Insert an assert[sz]ext to capture this, then truncate to the
353 ArgValue = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), ArgValue);
778 (LHS.getOpcode() == ISD::TRUNCATE &&
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 220 Arg = DAG.getNode(ISD::TRUNCATE, dl, VA.getLocVT(), Arg);
286 Load = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), Load);
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.cpp 371 // bits. Insert an assert[sz]ext to capture this, then truncate to the
381 RetValue = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), RetValue);
    [all...]

Completed in 297 milliseconds

1 2