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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 189 /// bitsLT - Return true if this has less bits than VT.
190 bool bitsLT(EVT VT) const {
MachineValueType.h 459 bool bitsLT(MVT VT) const {
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
CodeGenPrepare.cpp 547 if (SrcVT.bitsLT(DstVT)) return false;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 301 if (IdxVT.bitsLT(PtrVT)) {
    [all...]
LegalizeTypesGeneric.cpp 221 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 191 if (ValueVT.bitsLT(PartEVT)) {
205 if (ValueVT.bitsLT(Val.getValueType()))
    [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelDAGToDAG.cpp 517 N->getMemoryVT().bitsLT(MVT::i32)) {
AMDGPUISelLowering.cpp 439 return Dest.bitsLT(Source) && (Dest.getSizeInBits() % 32 == 0);
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 381 milliseconds