/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypesGeneric.cpp | 136 if (DAG.getDataLayout().isBigEndian()) in ExpandRes_BITCAST() 147 if (DAG.getDataLayout().isBigEndian()) in ExpandRes_BITCAST() 243 if (DAG.getDataLayout().isBigEndian()) in ExpandRes_EXTRACT_VECTOR_ELT() 323 if (DAG.getDataLayout().isBigEndian()) in IntegerToVector() 387 if (DAG.getDataLayout().isBigEndian()) in ExpandOp_BUILD_VECTOR() 427 if (DAG.getDataLayout().isBigEndian()) in ExpandOp_INSERT_VECTOR_ELT()
|
H A D | LegalizeTypes.cpp | 792 if (DAG.getDataLayout().isBigEndian()) { in SetExpandedInteger()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 433 if (IC.getDataLayout().isBigEndian()) in foldVecTruncToExtElt() 870 uint64_t NewIdx = DL.isBigEndian() ? (VecOpIdx + 1) * TruncRatio - 1 in visitTrunc() 2134 bool IsBigEndian = IC.getDataLayout().isBigEndian(); in optimizeVectorResizeWithIntegerBitCasts() 2202 Type *VecEltTy, bool isBigEndian) { in collectInsertionElements() argument 2218 if (isBigEndian) in collectInsertionElements() 2238 Shift, Elements, VecEltTy, isBigEndian); in collectInsertionElements() 2257 isBigEndian)) in collectInsertionElements() 2273 isBigEndian); in collectInsertionElements() 2280 isBigEndian); in collectInsertionElements() 2283 isBigEndian) && in collectInsertionElements() [all …]
|
H A D | InstCombineVectorOps.cpp | 194 bool IsBigEndian = DL.isBigEndian(); in foldBitcastExtElt() 1753 if (Instruction *Ext = foldTruncInsEltPair(IE, DL.isBigEndian(), Builder)) in visitInsertElementInst() 2873 if (Instruction *I = foldTruncShuffle(SVI, DL.isBigEndian())) in visitShuffleVectorInst()
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah_eeprom_9287.c | 341 if (ah->ah_eepromdata == NULL && isBigEndian()) { in ath_hal_9287EepromAttach() 350 need_swap = ((ee->ee_base.baseEepHeader.eepMisc & AR5416_EEPMISC_BIG_ENDIAN) != 0) ^ isBigEndian(); in ath_hal_9287EepromAttach()
|
H A D | ah_eeprom_v4k.c | 330 if (ah->ah_eepromdata == NULL && isBigEndian()) { in ath_hal_v4kEepromAttach() 339 need_swap = ((ee->ee_base.baseEepHeader.eepMisc & AR5416_EEPMISC_BIG_ENDIAN) != 0) ^ isBigEndian(); in ath_hal_v4kEepromAttach()
|
H A D | ah_eeprom_v14.c | 381 if (ah->ah_eepromdata == NULL && isBigEndian()) { in ath_hal_v14EepromAttach() 390 need_swap = ((ee->ee_base.baseEepHeader.eepMisc & AR5416_EEPMISC_BIG_ENDIAN) != 0) ^ isBigEndian(); in ath_hal_v14EepromAttach()
|
H A D | ah_internal.h | 561 isBigEndian(void) in isBigEndian() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DataLayout.h | 207 BigEndian = DL.isBigEndian(); 239 bool isBigEndian() const { return BigEndian; } in isBigEndian() function
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGRecordLayoutBuilder.cpp | 118 bool isBE() const { return Context.getTargetInfo().isBigEndian(); } in isBE() 254 if (DataLayout.isBigEndian()) in setBitFieldInfo() 1079 if (Types.getDataLayout().isBigEndian()) { in MakeInfo() 1192 if (getDataLayout().isBigEndian()) in ComputeRecordLayout()
|
H A D | ABIInfoImpl.cpp | 197 if (DirectSize < SlotSize && CGF.CGM.getDataLayout().isBigEndian() && in emitVoidPtrDirectVAArg()
|
H A D | CodeGenTBAA.cpp | 374 bool IsBE = Context.getTargetInfo().isBigEndian(); in CollectFields()
|
H A D | CGExprConstant.cpp | 206 if (CGM.getDataLayout().isBigEndian()) { in addBits() 240 if (CGM.getDataLayout().isBigEndian()) in addBits() 275 if (!CGM.getDataLayout().isBigEndian()) in addBits()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | OrcABISupport.cpp | 517 bool isBigEndian) { in writeResolverCode() argument 599 uint32_t MoveVxT9 = isBigEndian ? 0x0060c825 : 0x0040c825; in writeResolverCode()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | OrcABISupport.h | 265 ExecutorAddr ReentryCtxAddr, bool isBigEndian);
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | AArch64.cpp | 687 if (CGF.CGM.getDataLayout().isBigEndian() && in EmitAAPCSVAArg() 709 if (CGF.CGM.getDataLayout().isBigEndian() && !IsIndirect && in EmitAAPCSVAArg() 752 if (CGF.CGM.getDataLayout().isBigEndian() && !isAggregateTypeForABI(Ty) && in EmitAAPCSVAArg()
|
H A D | ARM.cpp | 616 if (getDataLayout().isBigEndian()) in classifyReturnType()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LoadStoreOpt.cpp | 863 if (NarrowBits == 8 && checkOffsets(DL.isBigEndian())) in mergeTruncStore() 865 else if (NumStoresFound == 2 && checkOffsets(DL.isBigEndian())) in mergeTruncStore()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | VNCoercion.cpp | 139 if (DL.isBigEndian()) { in coerceAvailableValueToLoadType()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMPredicates.td | 223 def IsBE : Predicate<"MF->getDataLayout().isBigEndian()">;
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.cpp | 236 if (AP.getDataLayout().isBigEndian()) in addConstantFP()
|
/freebsd/sys/dev/ath/ath_hal/ar5312/ |
H A D | ar5312_reset.c | 743 if (isBigEndian()) { in ar5312SetResetReg()
|
/freebsd/sys/dev/ath/ath_hal/ar5210/ |
H A D | ar5210_reset.c | 600 if (isBigEndian()) { in ar5210SetResetReg()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TargetInfo.h | 1665 bool isBigEndian() const { return BigEndian; } in isBigEndian() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ScalarizeMaskedMemIntrin.cpp | 108 return DL.isBigEndian() ? VectorWidth - 1 - Idx : Idx; in adjustForEndian()
|