/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
b_dump.c | 67 #define TRUNCATE 88 #ifdef TRUNCATE 149 #ifdef TRUNCATE
|
/external/openssl/crypto/bio/ |
b_dump.c | 67 #define TRUNCATE 88 #ifdef TRUNCATE 149 #ifdef TRUNCATE
|
/external/llvm/lib/Target/ARM/ |
ARMTargetTransformInfo.cpp | 215 { ISD::TRUNCATE, MVT::v4i32, MVT::v4i64, 0 }, 216 { ISD::TRUNCATE, MVT::v4i16, MVT::v4i32, 1 }, 231 { ISD::TRUNCATE, MVT::v16i8, MVT::v16i32, 6 }, 232 { ISD::TRUNCATE, MVT::v8i8, MVT::v8i32, 3 }, 364 { ISD::TRUNCATE, MVT::i32, MVT::i64, 0 }, 365 { ISD::TRUNCATE, MVT::i16, MVT::i64, 0 }, 366 { ISD::TRUNCATE, MVT::i8, MVT::i64, 0 }, 367 { ISD::TRUNCATE, MVT::i1, MVT::i64, 0 }
|
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/include/llvm/CodeGen/ |
ISDOpcodes.h | 362 /// TRUNCATE - Completely drop the high bits. 363 TRUNCATE, [all...] |
/external/llvm/lib/Target/X86/ |
X86TargetTransformInfo.cpp | 409 { ISD::TRUNCATE, MVT::v4i32, MVT::v4i64, 1 }, 410 { ISD::TRUNCATE, MVT::v8i16, MVT::v8i32, 1 }, 445 { ISD::TRUNCATE, MVT::v8i32, MVT::v8i64, 3 },
|
X86ISelLowering.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
DAGCombiner.cpp | 720 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, dl, VT, SDValue(ExtLoad, 0)); [all...] |
LegalizeVectorTypes.cpp | 91 case ISD::TRUNCATE: 159 // we may need to truncate them back to the requested return type. 161 return DAG.getNode(ISD::TRUNCATE, SDLoc(N), EltVT, InOp); 197 // so be sure to truncate it to the element type if necessary. 202 Op = DAG.getNode(ISD::TRUNCATE, SDLoc(N), EltVT, Op); 247 return DAG.getNode(ISD::TRUNCATE, SDLoc(N), EltVT, InOp); 548 case ISD::TRUNCATE: [all...] |
TargetLowering.cpp | 331 DAG.getNode(ISD::TRUNCATE, dl, SmallVT, 333 DAG.getNode(ISD::TRUNCATE, dl, SmallVT, [all...] |
LegalizeIntegerTypes.cpp | 76 case ISD::TRUNCATE: Res = PromoteIntRes_TRUNCATE(N); break; 541 return DAG.getNode(ISD::TRUNCATE, dl, NVT, SetCC); 612 EOp1 = DAG.getNode(ISD::TRUNCATE, dl, HalfNVT, EOp1); 613 EOp2 = DAG.getNode(ISD::TRUNCATE, dl, HalfNVT, EOp2); 618 // Truncate to NVT instead of VT 619 return DAG.getNode(ISD::TRUNCATE, dl, NVT, Res); [all...] |
LegalizeTypes.cpp | [all...] |
LegalizeDAG.cpp | 601 // Truncate or zero extend offset to target pointer type. 602 unsigned CastOpc = IdxVT.bitsGT(PtrVT) ? ISD::TRUNCATE : ISD::ZERO_EXTEND; [all...] |
FastISel.cpp | 294 // If the index is smaller or larger than intptr_t, truncate or extend it. 303 IdxN = FastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::TRUNCATE, [all...] |
SelectionDAGDumper.cpp | 215 case ISD::TRUNCATE: return "truncate";
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXISelLowering.cpp | [all...] |
/prebuilts/gcc/darwin-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/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/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDILISelLowering.cpp | 182 setOperationAction(ISD::TRUNCATE, MVT::v2i64, Expand); 197 setOperationAction(ISD::TRUNCATE, MVT::v2f64, Expand);
|
/external/llvm/lib/Target/R600/ |
AMDILISelLowering.cpp | 166 setOperationAction(ISD::TRUNCATE, MVT::v2i64, Expand); 180 setOperationAction(ISD::TRUNCATE, MVT::v2f64, Expand);
|
/external/llvm/lib/Target/SystemZ/ |
SystemZISelDAGToDAG.cpp | 384 if (Opcode == ISD::TRUNCATE) { 543 // Truncate values from i64 to i32, for shifts. 547 SDValue Trunc = CurDAG->getNode(ISD::TRUNCATE, DL, VT, Base); [all...] |
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILISelLowering.cpp | 182 setOperationAction(ISD::TRUNCATE, MVT::v2i64, Expand); 197 setOperationAction(ISD::TRUNCATE, MVT::v2f64, Expand);
|
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | 401 Arg = DAG.getNode(ISD::TRUNCATE, dl, VA.getLocVT(), Arg); 467 Load = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), Load); 580 // Truncate the register down to the argument type. 582 Arg = DAG.getNode(ISD::TRUNCATE, DL, VA.getValVT(), Arg); [all...] |