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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 183 /// bitsGE - Return true if this has no less bits than VT.
184 bool bitsGE(EVT VT) const {
MachineValueType.h 454 bool bitsGE(MVT VT) const {
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 466 assert(WideVT.bitsGE(SrcEltVT) &&
    [all...]
LegalizeFloatTypes.cpp 595 if (NVT.bitsGE(SVT))
    [all...]
LegalizeDAG.cpp 630 (EltVT.isInteger() && Val.getValueType().bitsGE(EltVT))) {
    [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp 506 PartEVT.getVectorElementType().bitsGE(
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 257 return VT.bitsGE(MVT::i64);
    [all...]
AMDGPUISelLowering.cpp     [all...]
R600ISelLowering.cpp     [all...]

Completed in 208 milliseconds