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

1 2

  /external/openssl/crypto/bio/
b_dump.c 67 #define TRUNCATE
88 #ifdef TRUNCATE
149 #ifdef TRUNCATE
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 366 // TRUNCATE - Completely drop the high bits.
367 TRUNCATE,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 702 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, dl, VT, SDValue(ExtLoad, 0));
841 return DAG.getNode(ISD::TRUNCATE, dl, VT,
    [all...]
TargetLowering.cpp     [all...]
LegalizeDAG.cpp 589 // Truncate or zero extend offset to target pointer type.
590 unsigned CastOpc = IdxVT.bitsGT(PtrVT) ? ISD::TRUNCATE : ISD::ZERO_EXTEND;
    [all...]
LegalizeIntegerTypes.cpp 76 case ISD::TRUNCATE: Res = PromoteIntRes_TRUNCATE(N); break;
530 return DAG.getNode(ISD::TRUNCATE, dl, NVT, SetCC);
603 EOp1 = DAG.getNode(ISD::TRUNCATE, dl, HalfNVT, EOp1);
604 EOp2 = DAG.getNode(ISD::TRUNCATE, dl, HalfNVT, EOp2);
609 // Truncate to NVT instead of VT
610 return DAG.getNode(ISD::TRUNCATE, dl, NVT, Res);
    [all...]
LegalizeTypes.cpp     [all...]
SelectionDAG.cpp 905 getNode(ISD::TRUNCATE, DL, VT, Op);
911 getNode(ISD::TRUNCATE, DL, VT, Op);
    [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);
505 case ISD::TRUNCATE:
    [all...]
FastISel.cpp 276 // If the index is smaller or larger than intptr_t, truncate or extend it.
285 IdxN = FastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::TRUNCATE,
    [all...]
LegalizeVectorOps.cpp 199 case ISD::TRUNCATE:
SelectionDAGDumper.cpp 217 case ISD::TRUNCATE: return "truncate";
SelectionDAGBuilder.cpp 185 // For a truncate, see if we have any information to
191 return DAG.getNode(ISD::TRUNCATE, DL, ValueVT, Val);
240 // If the register was not expanded, truncate or copy the value,
289 return DAG.getNode((Smaller ? ISD::TRUNCATE : ISD::ANY_EXTEND),
307 Val = DAG.getNode((Smaller ? ISD::TRUNCATE : ISD::ANY_EXTEND),
368 // If the parts cover less bits than value has, truncate the value.
373 Val = DAG.getNode(ISD::TRUNCATE, DL, ValueVT, Val);
407 Val = DAG.getNode(ISD::TRUNCATE, DL, ValueVT, Val);
484 Val = DAG.getNode((Smaller ? ISD::TRUNCATE : ISD::ANY_EXTEND),
494 Val = DAG.getNode((Smaller ? ISD::TRUNCATE : ISD::ANY_EXTEND)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 169 // Extend or truncate the argument to be an i32 value for the call.
171 Src = DAG.getNode(ISD::TRUNCATE, dl, MVT::i32, Src);
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 326 setOperationAction(ISD::TRUNCATE, MVT::i64, Custom);
    [all...]
SPUISelDAGToDAG.cpp 741 } else if (Opc == ISD::TRUNCATE) {
746 // Catch (truncate:i32 ([sra|srl]:i64 arg, c), where c >= 32
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 546 DEF_RTL_EXPR(TRUNCATE, "truncate", "e", RTX_UNARY)
703 /* Signed saturating truncate. */
706 /* Unsigned saturating truncate. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def 546 DEF_RTL_EXPR(TRUNCATE, "truncate", "e", RTX_UNARY)
703 /* Signed saturating truncate. */
706 /* Unsigned saturating truncate. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 546 DEF_RTL_EXPR(TRUNCATE, "truncate", "e", RTX_UNARY)
703 /* Signed saturating truncate. */
706 /* Unsigned saturating truncate. */
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 339 // bits. Insert an assert[sz]ext to capture this, then truncate to the
349 ArgValue = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), ArgValue);
771 (LHS.getOpcode() == ISD::TRUNCATE &&
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 219 Arg = DAG.getNode(ISD::TRUNCATE, dl, VA.getLocVT(), Arg);
285 Load = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), Load);
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp     [all...]

Completed in 198 milliseconds

1 2