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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 177 /// bitsGT - Return true if this has more bits than VT.
178 bool bitsGT(EVT VT) const {
MachineValueType.h 449 bool bitsGT(MVT VT) const {
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 177 if (Src.getValueType().bitsGT(MVT::i32))
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 117 if (AVT.bitsGT(MVT::i8)) {
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 306 else if (IdxVT.bitsGT(PtrVT)) {
    [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
LegalizeDAG.cpp 606 unsigned CastOpc = IdxVT.bitsGT(PtrVT) ? ISD::TRUNCATE : ISD::ZERO_EXTEND;
    [all...]
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 270 return VT.bitsGT(MVT::i32);
    [all...]
R600ISelLowering.cpp     [all...]

Completed in 455 milliseconds