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

1 2

  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 156 SimpleValueType SimpleTy;
158 MVT() : SimpleTy((SimpleValueType)(INVALID_SIMPLE_VALUE_TYPE)) {}
159 MVT(SimpleValueType SVT) : SimpleTy(SVT) { }
161 bool operator>(const MVT& S) const { return SimpleTy > S.SimpleTy; }
162 bool operator<(const MVT& S) const { return SimpleTy < S.SimpleTy; }
163 bool operator==(const MVT& S) const { return SimpleTy == S.SimpleTy; }
164 bool operator!=(const MVT& S) const { return SimpleTy != S.SimpleTy;
    [all...]
ValueTypes.h 46 if (V.SimpleTy != VT.V.SimpleTy)
48 if (V.SimpleTy < 0)
64 if (M.SimpleTy >= 0)
73 if (M.SimpleTy >= 0)
88 assert(VecTy.SimpleTy >= 0 &&
96 return V.SimpleTy >= 0;
326 return V.SimpleTy;
335 if (L.V.SimpleTy == R.V.SimpleTy)
    [all...]
  /external/chromium_org/third_party/mesa/src/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/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 315 const TargetRegisterClass *RC = RegClassForVT[VT.SimpleTy];
328 const TargetRegisterClass *RC = RepRegClassForVT[VT.SimpleTy];
335 return RepRegClassCostForVT[VT.SimpleTy];
343 (unsigned)VT.getSimpleVT().SimpleTy < array_lengthof(RegClassForVT));
344 return VT.isSimple() && RegClassForVT[VT.getSimpleVT().SimpleTy] != nullptr;
358 return (LegalizeTypeAction)ValueTypeActions[VT.SimpleTy];
362 unsigned I = VT.SimpleTy;
482 unsigned I = (unsigned) VT.getSimpleVT().SimpleTy;
523 return (LegalizeAction)LoadExtActions[VT.SimpleTy][ExtType];
538 return (LegalizeAction)TruncStoreActions[ValVT.SimpleTy]
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 453 MVT::SimpleValueType TargetVT = LD->getSimpleValueType(0).SimpleTy;
696 switch (EltVT.getSimpleVT().SimpleTy) {
720 switch (EltVT.getSimpleVT().SimpleTy) {
750 switch (EltVT.getSimpleVT().SimpleTy) {
774 switch (EltVT.getSimpleVT().SimpleTy) {
805 switch (EltVT.getSimpleVT().SimpleTy) {
829 switch (EltVT.getSimpleVT().SimpleTy) {
852 switch (EltVT.getSimpleVT().SimpleTy) {
876 switch (EltVT.getSimpleVT().SimpleTy) {
907 switch (EltVT.getSimpleVT().SimpleTy) {
    [all...]
  /external/llvm/lib/Target/R600/
R600RegisterInfo.cpp 67 switch(VT.SimpleTy) {
SIRegisterInfo.cpp 42 switch(VT.SimpleTy) {
  /external/llvm/lib/Target/ARM/
ARMCallingConv.h 198 switch (LocVT.SimpleTy) {
240 if (LocVT.SimpleTy == MVT::v2f64 || LocVT.SimpleTy == MVT::i32) {
ARMFastISel.cpp 859 switch (VT.SimpleTy)
    [all...]
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 369 switch (VT.getSimpleVT().SimpleTy) {
430 switch (VT.getSimpleVT().SimpleTy) {
497 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 311 switch (VT.getSimpleVT().SimpleTy) {
339 switch (VT.SimpleTy) {
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 161 switch (VT.SimpleTy) {
220 switch (VT.SimpleTy) {
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 274 SVT = (MVT::SimpleValueType)(SVT.getSimpleVT().SimpleTy - 1);
    [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 447 switch (VT.SimpleTy) {
526 switch (VT.SimpleTy) {
628 switch (VT.SimpleTy) {
916 switch (SrcVT.SimpleTy) {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 832 MVT::SimpleValueType VT = VecVT.getSimpleVT().SimpleTy;
    [all...]
PPCFastISel.cpp 450 switch (VT.SimpleTy) {
576 switch (VT.SimpleTy) {
765 switch (SrcVT.SimpleTy) {
    [all...]

Completed in 434 milliseconds

1 2