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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 206 /// bitsLT - Return true if this has less bits than VT.
207 bool bitsLT(EVT VT) const {
MachineValueType.h 535 bool bitsLT(MVT VT) const {
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 96 else if (Src.getValueType().bitsLT(MVT::i32))
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
CodeGenPrepare.cpp 784 if (SrcVT.bitsLT(DstVT)) return false;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 231 assert(OldEltVT.bitsLT(OldVT) && "Result type smaller then element type!");
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
FastISel.cpp 326 if (IdxVT.bitsLT(PtrVT)) {
    [all...]
DAGCombiner.cpp     [all...]
LegalizeVectorTypes.cpp     [all...]
SelectionDAGBuilder.cpp 202 ValueVT.bitsLT(PartEVT)) {
210 if (ValueVT.bitsLT(PartEVT)) {
224 if (ValueVT.bitsLT(Val.getValueType()))
    [all...]
TargetLowering.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp 569 N->getMemoryVT().bitsLT(MVT::i32))
    [all...]
AMDGPUISelLowering.cpp 520 return Dest.bitsLT(Source) && (Dest.getSizeInBits() % 32 == 0);
    [all...]
SIISelLowering.cpp 464 if (VT.bitsLT(MVT::i32))
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 1581 milliseconds