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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 195 /// bitsLE - Return true if this has no more bits than VT.
196 bool bitsLE(EVT VT) const {
MachineValueType.h 464 bool bitsLE(MVT VT) const {
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp     [all...]
LegalizeIntegerTypes.cpp 422 assert(Res.getValueType().bitsLE(NVT) && "Extension doesn't make sense!");
567 assert(NVT.bitsLE(SVT) && "Integer type overpromoted?");
    [all...]
SelectionDAG.cpp 871 EltVT.bitsLE(I->getValueType()))) &&
    [all...]
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp 310 bool Smaller = ValueVT.bitsLE(PartEVT);
331 bool Smaller = ValueVT.bitsLE(PartEVT);
511 bool Smaller = PartEVT.bitsLE(ValueVT);
521 bool Smaller = ValueVT.bitsLE(PartVT);
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 275 if (VT.getVectorNumElements() != 1 && VT.getScalarType().bitsLE(MVT::i16))
    [all...]
R600ISelLowering.cpp     [all...]

Completed in 947 milliseconds