/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | Decompressor.cpp | 22 bool IsLE, bool Is64Bit) { in create()
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | MachOEmitter.cpp | 378 makeRelocationInfo(const MachOYAML::Relocation &R, bool IsLE) { in makeRelocationInfo()
|
H A D | ELFEmitter.cpp | 2041 bool IsLE = Doc.Header.Data == ELFYAML::ELF_ELFDATA(ELF::ELFDATA2LSB); yaml2elf() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DWP/ |
H A D | DWP.cpp | 341 bool IsLE = isa<object::ELF32LEObjectFile>(Obj) || in handleCompressedSection() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 1883 bool IsLE = DAG.getDataLayout().isLittleEndian(); isVPKUHUMShuffleMask() local 1914 bool IsLE = DAG.getDataLayout().isLittleEndian(); isVPKUWUMShuffleMask() local 1955 bool IsLE = DAG.getDataLayout().isLittleEndian(); isVPKUDUMShuffleMask() local 2277 isXXINSERTWMask(ShuffleVectorSDNode * N,unsigned & ShiftElts,unsigned & InsertAtByte,bool & Swap,bool IsLE) isXXINSERTWMask() argument 2352 isXXSLDWIShuffleMask(ShuffleVectorSDNode * N,unsigned & ShiftElts,bool & Swap,bool IsLE) isXXSLDWIShuffleMask() argument 2451 isXXPERMDIShuffleMask(ShuffleVectorSDNode * N,unsigned & DM,bool & Swap,bool IsLE) isXXPERMDIShuffleMask() argument 6032 bool IsLE = Subtarget.isLittleEndian(); LowerCall_32SVR4() local 9700 bool IsLE = Subtarget.isLittleEndian(); lowerToVINSERTB() local 9806 bool IsLE = Subtarget.isLittleEndian(); lowerToVINSERTH() local 9957 bool IsLE = Subtarget.isLittleEndian(); lowerToXXSPLTI32DX() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 681 bool IsLE = DAG.getDataLayout().isLittleEndian(); SimplifyMultipleUseDemandedBits() local 1091 bool IsLE = TLO.DAG.getDataLayout().isLittleEndian(); SimplifyDemandedBits() local 3048 bool IsLE = TLO.DAG.getDataLayout().isLittleEndian(); SimplifyDemandedVectorElts() local [all...] |
H A D | SelectionDAG.cpp | 3267 bool IsLE = getDataLayout().isLittleEndian(); computeKnownBits() local 4378 bool IsLE = getDataLayout().isLittleEndian(); ComputeNumSignBits() local 6281 bool IsLE = getDataLayout().isLittleEndian(); FoldConstantArithmetic() local
|
H A D | DAGCombiner.cpp | 15528 bool IsLE = DAG.getDataLayout().isLittleEndian(); ConstantFoldBITCASTofBUILD_VECTOR() local 19969 bool IsLE = DAG.getDataLayout().isLittleEndian(); mergeStoresOfConstantsOrVecElts() local 22290 bool IsLE = DAG.getDataLayout().isLittleEndian(); visitEXTRACT_VECTOR_ELT() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 7921 bool IsLE = SI.getModule()->getDataLayout().isLittleEndian(); splitMergedValStore() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 16696 bool IsLE = getTarget().isLittleEndian(); EmitPPCBuiltinExpr() local 16749 bool IsLE = getTarget().isLittleEndian(); EmitPPCBuiltinExpr() local [all...] |