HomeSort by: relevance | last modified time | path
    Searched refs:NumRegistersForVT (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringBase.cpp 1265 NumRegistersForVT[i] = 1;
1269 NumRegistersForVT[MVT::isVoid] = 0;
1280 NumRegistersForVT[ExpandedReg] = 2*NumRegistersForVT[ExpandedReg-1];
1305 NumRegistersForVT[MVT::ppcf128] = 2*NumRegistersForVT[MVT::f64];
1310 NumRegistersForVT[MVT::ppcf128] = NumRegistersForVT[MVT::i128];
1320 NumRegistersForVT[MVT::f128] = NumRegistersForVT[MVT::i128]
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 1478 array_lengthof(NumRegistersForVT));
1479 return NumRegistersForVT[VT.getSimpleVT().SimpleTy];
2934 uint16_t NumRegistersForVT[MVT::LAST_VALUETYPE];

Completed in 18 milliseconds