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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 434 bool bitsLT(MVT VT) const {
709 /// bitsLT - Return true if this has less bits than VT.
710 bool bitsLT(EVT VT) const {
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 818 if (EVT(DestVT).bitsLT(NewVT)) // Value is expanded, e.g. i64 -> i16.
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 297 if (IdxVT.bitsLT(PtrVT)) {
    [all...]
LegalizeTypesGeneric.cpp 219 assert(OldEltVT.bitsLT(OldVT) && "Result type smaller then element type!");
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
LegalizeDAG.cpp     [all...]
LegalizeVectorTypes.cpp     [all...]
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp 189 if (ValueVT.bitsLT(PartEVT)) {
203 if (ValueVT.bitsLT(Val.getValueType()))
    [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelDAGToDAG.cpp 633 N->getMemoryVT().bitsLT(MVT::i32)) {
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 473 if (SrcVT.bitsLT(DstVT)) return false;
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 678 milliseconds