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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 552 /// bitsLT - Return true if this has less bits than VT.
553 bool bitsLT(EVT VT) const {
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 279 if (IdxVT.bitsLT(PtrVT)) {
    [all...]
LegalizeTypesGeneric.cpp 187 if (Idx.getValueType().bitsLT(TLI.getPointerTy()))
TargetLowering.cpp 692 if (EVT(DestVT).bitsLT(NewVT)) // Value is expanded, e.g. i64 -> i16.
    [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
LegalizeDAG.cpp     [all...]
LegalizeVectorTypes.cpp     [all...]
SelectionDAGBuilder.cpp 184 if (ValueVT.bitsLT(PartVT)) {
198 if (ValueVT.bitsLT(Val.getValueType()))
    [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 402 if (SrcVT.bitsLT(DstVT)) return false;
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 347 milliseconds