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

1 2

  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 162 SimpleValueType SimpleTy;
164 LLVM_CONSTEXPR MVT() : SimpleTy(INVALID_SIMPLE_VALUE_TYPE) {}
165 LLVM_CONSTEXPR MVT(SimpleValueType SVT) : SimpleTy(SVT) { }
167 bool operator>(const MVT& S) const { return SimpleTy > S.SimpleTy; }
168 bool operator<(const MVT& S) const { return SimpleTy < S.SimpleTy; }
169 bool operator==(const MVT& S) const { return SimpleTy == S.SimpleTy; }
170 bool operator!=(const MVT& S) const { return SimpleTy != S.SimpleTy;
    [all...]
ValueTypes.h 45 if (V.SimpleTy != VT.V.SimpleTy)
47 if (V.SimpleTy < 0)
63 if (M.SimpleTy >= 0)
72 if (M.SimpleTy >= 0)
87 assert(VecTy.SimpleTy >= 0 &&
95 return V.SimpleTy >= 0;
325 return V.SimpleTy;
334 if (L.V.SimpleTy == R.V.SimpleTy)
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
SIRegisterInfo.cpp 55 switch(VT.SimpleTy) {
R600RegisterInfo.cpp 110 switch(VT.SimpleTy) {
AMDILISelLowering.cpp 252 if (VT.getScalarType().getSimpleVT().SimpleTy == MVT::f32
253 || VT.getScalarType().getSimpleVT().SimpleTy == MVT::f64) {
263 if (VT.getScalarType().getSimpleVT().SimpleTy == MVT::f32
264 || VT.getScalarType().getSimpleVT().SimpleTy == MVT::f64) {
  /external/llvm/include/llvm/Target/
TargetLowering.h 365 const TargetRegisterClass *RC = RegClassForVT[VT.SimpleTy];
378 const TargetRegisterClass *RC = RepRegClassForVT[VT.SimpleTy];
385 return RepRegClassCostForVT[VT.SimpleTy];
393 (unsigned)VT.getSimpleVT().SimpleTy < array_lengthof(RegClassForVT));
394 return VT.isSimple() && RegClassForVT[VT.getSimpleVT().SimpleTy] != nullptr;
408 return (LegalizeTypeAction)ValueTypeActions[VT.SimpleTy];
412 unsigned I = VT.SimpleTy;
537 unsigned I = (unsigned) VT.getSimpleVT().SimpleTy;
577 unsigned ValI = (unsigned) ValVT.getSimpleVT().SimpleTy;
578 unsigned MemI = (unsigned) MemVT.getSimpleVT().SimpleTy;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64CallingConvention.h 92 if (LocVT.SimpleTy == MVT::i64)
94 else if (LocVT.SimpleTy == MVT::f16)
96 else if (LocVT.SimpleTy == MVT::f32 || LocVT.is32BitVector())
98 else if (LocVT.SimpleTy == MVT::f64 || LocVT.is64BitVector())
100 else if (LocVT.SimpleTy == MVT::f128 || LocVT.is128BitVector())
AArch64FastISel.cpp 286 switch (VT.SimpleTy) {
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 681 MVT::SimpleValueType TargetVT = LD->getSimpleValueType(0).SimpleTy;
922 switch (EltVT.getSimpleVT().SimpleTy) {
946 switch (EltVT.getSimpleVT().SimpleTy) {
975 switch (EltVT.getSimpleVT().SimpleTy) {
999 switch (EltVT.getSimpleVT().SimpleTy) {
    [all...]
NVPTXTargetTransformInfo.cpp 113 if (LT.second.SimpleTy == MVT::i64)
  /external/llvm/lib/Target/R600/
R600RegisterInfo.cpp 69 switch(VT.SimpleTy) {
SIRegisterInfo.cpp 336 switch(VT.SimpleTy) {
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 335 switch (VT.getSimpleVT().SimpleTy) {
420 switch (VT.getSimpleVT().SimpleTy) {
487 switch (VT.getSimpleVT().SimpleTy) {
    [all...]
X86ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/IR/
ValueTypes.cpp 107 switch (V.SimpleTy) {
181 switch (V.SimpleTy) {
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 306 switch (VT.getSimpleVT().SimpleTy) {
334 switch (VT.SimpleTy) {
  /external/llvm/lib/Target/ARM/
ARMCallingConv.h 205 switch (LocVT.SimpleTy) {
ARMFastISel.cpp     [all...]
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 670 switch (VT.SimpleTy) { \
    [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 624 switch (VT.SimpleTy) {
685 switch (VT.SimpleTy) {
    [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 214 switch (RegVT.getSimpleVT().SimpleTy) {
217 << RegVT.getSimpleVT().SimpleTy << '\n';
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 259 SVT = (MVT::SimpleValueType)(SVT.getSimpleVT().SimpleTy - 1);
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 472 if (MVT(TypeVec[i]).getVectorElementType().SimpleTy != VT) {
504 VTOperand.MergeInTypeInfo(IVT.SimpleTy, TP);
519 if (MVT(TypeVec[i]).getVectorElementType().SimpleTy != VT) {
566 EEVT::TypeSet EltTypeSet(IVT.SimpleTy, TP);
590 EEVT::TypeSet EltTypeSet(IVT.SimpleTy, TP);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 455 switch (VT.SimpleTy) {
595 switch (VT.SimpleTy) {
809 switch (SrcVT.SimpleTy) {
    [all...]

Completed in 294 milliseconds

1 2