HomeSort by: relevance | last modified time | path
    Searched defs:IsLE (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ELFEmitter.cpp 1944 bool IsLE = Doc.Header.Data == ELFYAML::ELF_ELFDATA(ELF::ELFDATA2LSB);
1947 if (IsLE)
1951 if (IsLE)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp 7495 bool IsLE = SI.getModule()->getDataLayout().isLittleEndian();
7502 const bool IsOffsetStore = (IsLE && Upper) || (!IsLE && !Upper);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 1769 bool IsLE = DAG.getDataLayout().isLittleEndian();
1771 if (IsLE)
1777 if (!IsLE)
1783 unsigned j = IsLE ? 0 : 1;
1800 bool IsLE = DAG.getDataLayout().isLittleEndian();
1802 if (IsLE)
1809 if (!IsLE)
1816 unsigned j = IsLE ? 0 : 2;
1842 bool IsLE = DAG.getDataLayout().isLittleEndian();
1844 if (IsLE)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 12004 bool isLE = DAG.getDataLayout().isLittleEndian();
12066 int Index = isLE ? (Elt*SizeRatio) : (Elt*SizeRatio + (SizeRatio-1));
12243 unsigned Idx = isLE ? 0 : VecSrcVT.getVectorNumElements() - 1;
12758 bool isLE = DAG.getDataLayout().isLittleEndian();
12764 SDValue Op = BV->getOperand(i+ (isLE ? (NumInputsPerOutput-j-1) : j));
16818 bool IsLE = DAG.getDataLayout().isLittleEndian();
16820 unsigned Idx = IsLE ? (NumStores - 1 - i) : i;
18585 bool IsLE = DAG.getDataLayout().isLittleEndian();
18588 unsigned BCTruncElt = IsLE ? 0 : NumElts - 1;
18602 BCTruncElt = IsLE ? 0 : XBitWidth / VecEltBitWidth - 1
    [all...]

Completed in 175 milliseconds