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

  /external/clang/test/CodeGen/
const-init.c 137 typedef long long v1i64 __attribute((vector_size(8))); typedef
143 static v1i64 a = (v1i64)10LL;
systemz-abi-vector.c 23 typedef __attribute__((vector_size(8))) long long v1i64; typedef
94 v1i64 pass_v1i64(v1i64 arg) { return arg; }
    [all...]
x86_64-arguments.c 261 typedef unsigned long long v1i64 __attribute__((__vector_size__(8))); typedef
265 v1i64 f34(v1i64 arg) { return arg; }
  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 95 v1i64 = 45, // 1 x i64 enumerator in enum:llvm::MVT::SimpleValueType
235 SimpleTy == MVT::v2i32 || SimpleTy == MVT::v1i64 ||
342 case v1i64:
415 case v1i64:
467 case v1i64:
626 if (NumElements == 1) return MVT::v1i64;
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp     [all...]
AArch64ISelLowering.cpp 95 addDRTypeForNEON(MVT::v1i64);
556 setOperationAction(ISD::FP_TO_SINT, MVT::v1i64, Expand);
557 setOperationAction(ISD::FP_TO_UINT, MVT::v1i64, Expand);
558 setOperationAction(ISD::SINT_TO_FP, MVT::v1i64, Expand);
559 setOperationAction(ISD::UINT_TO_FP, MVT::v1i64, Expand);
562 setOperationAction(ISD::MUL, MVT::v1i64, Expand);
696 VT.getSimpleVT() != MVT::v2i64 && VT.getSimpleVT() != MVT::v1i64)
    [all...]
  /external/llvm/lib/IR/
ValueTypes.cpp 172 case MVT::v1i64: return "v1i64";
250 case MVT::v1i64: return VectorType::get(Type::getInt64Ty(Context), 1);
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 402 { ISD::SDIV, MVT::v1i64, 1 * FunctionCallDivCost},
403 { ISD::UDIV, MVT::v1i64, 1 * FunctionCallDivCost},
404 { ISD::SREM, MVT::v1i64, 1 * FunctionCallDivCost},
405 { ISD::UREM, MVT::v1i64, 1 * FunctionCallDivCost},
ARMISelLowering.cpp 147 VT != MVT::v2i64 && VT != MVT::v1i64)
471 addDRTypeForNEON(MVT::v1i64);
552 // Neon does not support some operations on v1i64 and v2i64 types.
553 setOperationAction(ISD::MUL, MVT::v1i64, Expand);
563 setOperationAction(ISD::SETCC, MVT::v1i64, Expand);
589 setOperationAction(ISD::CTTZ, MVT::v1i64, Custom);
599 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::v1i64, Custom);
    [all...]
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 105 case MVT::v1i64: return "MVT::v1i64";
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1437 milliseconds