/aosp_15_r20/external/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 613 bool IsLE, bool Is64Bit) { in consumeCompressedZLibHeader() 637 SmallString<32> &Out, bool ZLibStyle, bool IsLE, in tryDecompress()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
H A D | Decompressor.cpp | 21 bool IsLE, bool Is64Bit) { in create()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | Decompressor.cpp | 21 bool IsLE, bool Is64Bit) { in create()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 1512 bool IsLE = DAG.getDataLayout().isLittleEndian(); in isVPKUHUMShuffleMask() local 1543 bool IsLE = DAG.getDataLayout().isLittleEndian(); in isVPKUWUMShuffleMask() local 1585 bool IsLE = DAG.getDataLayout().isLittleEndian(); in isVPKUDUMShuffleMask() local 1903 unsigned &InsertAtByte, bool &Swap, bool IsLE) { in isXXINSERTWMask() 1978 bool &Swap, bool IsLE) { in isXXSLDWIShuffleMask() 2077 bool &Swap, bool IsLE) { in isXXPERMDIShuffleMask() 5737 bool IsLE = Subtarget.isLittleEndian(); in LowerCall_32SVR4() local 8989 bool IsLE = Subtarget.isLittleEndian(); in lowerToVINSERTB() local 9095 bool IsLE = Subtarget.isLittleEndian(); in lowerToVINSERTH() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 1835 bool IsLE = DAG.getDataLayout().isLittleEndian(); in isVPKUHUMShuffleMask() local 1866 bool IsLE = DAG.getDataLayout().isLittleEndian(); in isVPKUWUMShuffleMask() local 1907 bool IsLE = DAG.getDataLayout().isLittleEndian(); in isVPKUDUMShuffleMask() local 2229 unsigned &InsertAtByte, bool &Swap, bool IsLE) { in isXXINSERTWMask() 2304 bool &Swap, bool IsLE) { in isXXSLDWIShuffleMask() 2403 bool &Swap, bool IsLE) { in isXXPERMDIShuffleMask() 5895 bool IsLE = Subtarget.isLittleEndian(); in LowerCall_32SVR4() local 9558 bool IsLE = Subtarget.isLittleEndian(); in lowerToVINSERTB() local 9664 bool IsLE = Subtarget.isLittleEndian(); in lowerToVINSERTH() local 9815 bool IsLE = Subtarget.isLittleEndian(); in lowerToXXSPLTI32DX() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/ |
H A D | MachOEmitter.cpp | 377 makeRelocationInfo(const MachOYAML::Relocation &R, bool IsLE) { in makeRelocationInfo()
|
H A D | ELFEmitter.cpp | 1989 bool IsLE = Doc.Header.Data == ELFYAML::ELF_ELFDATA(ELF::ELFDATA2LSB); in yaml2elf() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DWP/ |
H A D | DWP.cpp | 291 bool IsLE = isa<object::ELF32LEObjectFile>(Obj) || in handleCompressedSection() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 1448 bool IsLE = Doc.Header.Data == ELFYAML::ELF_ELFDATA(ELF::ELFDATA2LSB); in yaml2elf() local
|
/aosp_15_r20/external/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 1150 bool IsLE = DAG.getDataLayout().isLittleEndian(); in isVPKUHUMShuffleMask() local 1181 bool IsLE = DAG.getDataLayout().isLittleEndian(); in isVPKUWUMShuffleMask() local 1223 bool IsLE = DAG.getDataLayout().isLittleEndian(); in isVPKUDUMShuffleMask() local 1505 unsigned &InsertAtByte, bool &Swap, bool IsLE) { in isXXINSERTWMask()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 665 bool IsLE = DAG.getDataLayout().isLittleEndian(); in SimplifyMultipleUseDemandedBits() local 1076 bool IsLE = TLO.DAG.getDataLayout().isLittleEndian(); in SimplifyDemandedBits() local 2862 bool IsLE = TLO.DAG.getDataLayout().isLittleEndian(); in SimplifyDemandedVectorElts() local
|
H A D | SelectionDAG.cpp | 3136 bool IsLE = getDataLayout().isLittleEndian(); in computeKnownBits() local 4096 bool IsLE = getDataLayout().isLittleEndian(); in ComputeNumSignBits() local 5843 bool IsLE = getDataLayout().isLittleEndian(); in FoldConstantArithmetic() local
|
H A D | DAGCombiner.cpp | 14558 bool IsLE = DAG.getDataLayout().isLittleEndian(); in ConstantFoldBITCASTofBUILD_VECTOR() local 18652 bool IsLE = DAG.getDataLayout().isLittleEndian(); in mergeStoresOfConstantsOrVecElts() local 20742 bool IsLE = DAG.getDataLayout().isLittleEndian(); in visitEXTRACT_VECTOR_ELT() local
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 3117 bool IsLE = (Pred == ICmpInst::ICMP_SLE || Pred == ICmpInst::ICMP_ULE); in canonicalizeCmpWithConstant() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 2704 bool IsLE = getDataLayout().isLittleEndian(); in computeKnownBits() local 3600 bool IsLE = getDataLayout().isLittleEndian(); in ComputeNumSignBits() local
|
H A D | DAGCombiner.cpp | 15455 bool IsLE = DAG.getDataLayout().isLittleEndian(); in MergeStoresOfConstantsOrVecElts() local 17116 bool IsLE = DAG.getDataLayout().isLittleEndian(); in visitEXTRACT_VECTOR_ELT() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 6854 bool IsLE = SI.getModule()->getDataLayout().isLittleEndian(); in splitMergedValStore() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 7759 bool IsLE = SI.getModule()->getDataLayout().isLittleEndian(); in splitMergedValStore() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 11293 bool IsLE = DAG.getDataLayout().isLittleEndian(); in MergeStoresOfConstantsOrVecElts() local
|