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

1 2

  /external/llvm/include/llvm/CodeGen/
ValueTypes.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...]
  /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 245 const TargetRegisterClass *RC = RegClassForVT[VT.SimpleTy];
258 const TargetRegisterClass *RC = RepRegClassForVT[VT.SimpleTy];
265 return RepRegClassCostForVT[VT.SimpleTy];
273 (unsigned)VT.getSimpleVT().SimpleTy < array_lengthof(RegClassForVT));
274 return VT.isSimple() && RegClassForVT[VT.getSimpleVT().SimpleTy] != 0;
288 return (LegalizeTypeAction)ValueTypeActions[VT.SimpleTy];
292 unsigned I = VT.SimpleTy;
412 unsigned I = (unsigned) VT.getSimpleVT().SimpleTy;
453 return (LegalizeAction)LoadExtActions[VT.SimpleTy][ExtType];
468 return (LegalizeAction)TruncStoreActions[ValVT.SimpleTy]
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 252 MVT::SimpleValueType TargetVT = LD->getValueType(0).getSimpleVT().SimpleTy;
495 switch (EltVT.getSimpleVT().SimpleTy) {
519 switch (EltVT.getSimpleVT().SimpleTy) {
549 switch (EltVT.getSimpleVT().SimpleTy) {
573 switch (EltVT.getSimpleVT().SimpleTy) {
604 switch (EltVT.getSimpleVT().SimpleTy) {
628 switch (EltVT.getSimpleVT().SimpleTy) {
651 switch (EltVT.getSimpleVT().SimpleTy) {
675 switch (EltVT.getSimpleVT().SimpleTy) {
706 switch (EltVT.getSimpleVT().SimpleTy) {
    [all...]
NVPTXISelLowering.cpp 51 switch (VT.SimpleTy) {
    [all...]
  /external/llvm/lib/Target/R600/
SIRegisterInfo.cpp 47 switch(VT.SimpleTy) {
R600RegisterInfo.cpp 83 switch(VT.SimpleTy) {
AMDILISelLowering.cpp 228 if (VT.getScalarType().getSimpleVT().SimpleTy == MVT::f32
229 || VT.getScalarType().getSimpleVT().SimpleTy == MVT::f64) {
238 if (VT.getScalarType().getSimpleVT().SimpleTy == MVT::f32
239 || VT.getScalarType().getSimpleVT().SimpleTy == MVT::f64) {
  /external/llvm/lib/IR/
ValueTypes.cpp 107 switch (V.SimpleTy) {
176 switch (V.SimpleTy) {
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 310 switch (VT.getSimpleVT().SimpleTy) {
338 switch (VT.SimpleTy) {
MSP430ISelLowering.cpp 341 switch (RegVT.getSimpleVT().SimpleTy) {
346 << RegVT.getSimpleVT().SimpleTy << "\n";
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 184 switch (VT.getSimpleVT().SimpleTy) {
242 switch (VT.getSimpleVT().SimpleTy) {
303 switch (VT.getSimpleVT().SimpleTy) {
876 switch (VT.getSimpleVT().SimpleTy) {
893 switch (VT.getSimpleVT().SimpleTy) {
    [all...]
X86ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 798 MVT::SimpleValueType VT = VecVT.getSimpleVT().SimpleTy;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 273 SVT = (MVT::SimpleValueType)(SVT.getSimpleVT().SimpleTy - 1);
    [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 361 getSimpleVT().SimpleTy, Sig);
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 842 const TargetRegisterClass *RC = RegClassForVT[VT.SimpleTy];
    [all...]

Completed in 550 milliseconds

1 2