HomeSort by relevance Sort by last modified time
    Searched refs:TRUNCATE (Results 26 - 50 of 63) sorted by null

12 3

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 270 case ISD::TRUNCATE:
411 // elements and then truncate the result. This is different from the default
436 return DAG.getNode(ISD::TRUNCATE, SDLoc(Op), VT, promoted);
    [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp 192 // For a truncate, see if we have any information to
198 return DAG.getNode(ISD::TRUNCATE, DL, ValueVT, Val);
262 // If the register was not expanded, truncate or copy the value,
311 return DAG.getNode((Smaller ? ISD::TRUNCATE : ISD::ANY_EXTEND),
332 Val = DAG.getNode((Smaller ? ISD::TRUNCATE : ISD::ANY_EXTEND),
391 // If the parts cover less bits than value has, truncate the value.
396 Val = DAG.getNode(ISD::TRUNCATE, DL, ValueVT, Val);
433 Val = DAG.getNode(ISD::TRUNCATE, DL, ValueVT, Val);
512 Val = DAG.getNode((Smaller ? ISD::TRUNCATE : ISD::ANY_EXTEND),
522 Val = DAG.getNode((Smaller ? ISD::TRUNCATE : ISD::ANY_EXTEND)
    [all...]
LegalizeFloatTypes.cpp 204 SignBit = DAG.getNode(ISD::TRUNCATE, dl, LVT, SignBit);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 412 Arg = DAG.getNode(ISD::TRUNCATE, dl, VA.getLocVT(), Arg);
478 Load = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), Load);
590 // Truncate the register down to the argument type.
592 Arg = DAG.getNode(ISD::TRUNCATE, DL, VA.getValVT(), Arg);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 417 if (Opcode == ISD::TRUNCATE) {
587 // Truncate values from i64 to i32, for shifts.
591 SDValue Trunc = CurDAG->getNode(ISD::TRUNCATE, DL, VT, Base);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 121 setOperationAction(ISD::TRUNCATE, MVT::i1, Custom);
654 setTargetDAGCombine(ISD::TRUNCATE);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 470 // bits. Insert an assert[sz]ext to capture this, then truncate to the
480 ArgValue = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), ArgValue);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
AArch64ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
MipsSEISelLowering.cpp     [all...]
  /external/chromium_org/ui/gfx/
render_text.cc     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
genrtl.h 1057 gen_rtx_fmt_e (TRUNCATE, (MODE), (ARG0))
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp     [all...]
HexagonISelLowering.cpp     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/1.0/
plexus-archiver-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 438 // Truncate is just accessing a subregister.
443 // Truncate is just accessing a subregister.
    [all...]
R600ISelLowering.cpp     [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 410 milliseconds

12 3