Home
last modified time | relevance | path

Searched refs:Aligned (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSparc.cpp145 uint64_t Aligned = llvm::alignTo(Size, 64); in pad() local
146 if (Aligned > Size && Aligned <= ToSize) { in pad()
147 Elems.push_back(llvm::IntegerType::get(Context, Aligned - Size)); in pad()
148 Size = Aligned; in pad()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp90 if (Aligned->isAlignmentExpr()) { in instantiateDependentAlignedAttr()
102 Aligned->getLocation(), in instantiateDependentAlignedAttr()
111 const AlignedAttr *Aligned, Decl *New) { in instantiateDependentAlignedAttr() argument
112 if (!Aligned->isPackExpansion()) { in instantiateDependentAlignedAttr()
118 if (Aligned->isAlignmentExpr()) in instantiateDependentAlignedAttr()
130 SourceLocation EllipsisLoc = Aligned->getLocation(); in instantiateDependentAlignedAttr()
149 const AssumeAlignedAttr *Aligned, Decl *New) { in instantiateDependentAssumeAlignedAttr() argument
160 if (Aligned->getOffset()) { in instantiateDependentAssumeAlignedAttr()
167 S.AddAssumeAlignedAttr(New, *Aligned, E, OE); in instantiateDependentAssumeAlignedAttr()
172 const AlignValueAttr *Aligned, Decl *New) { in instantiateDependentAlignValueAttr() argument
[all …]
H A DSemaExprCXX.cpp3114 for (int Aligned = 0; Aligned < NumAlignVariants; ++Aligned) { in DeclareGlobalNewDelete() local
3115 if (Aligned) in DeclareGlobalNewDelete()
3121 if (Aligned) in DeclareGlobalNewDelete()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp536 if (Aligned) { in X86FastEmitStore()
548 if (Aligned) { in X86FastEmitStore()
563 if (Aligned) { in X86FastEmitStore()
576 if (Aligned) { in X86FastEmitStore()
586 if (Aligned) { in X86FastEmitStore()
599 if (Aligned) { in X86FastEmitStore()
609 if (Aligned) in X86FastEmitStore()
616 if (Aligned) { in X86FastEmitStore()
628 if (Aligned) in X86FastEmitStore()
693 return X86FastEmitStore(VT, ValReg, AM, MMO, Aligned); in X86FastEmitStore()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructions.td451 class Aligned<int Bytes> {
691 Aligned<8> {
696 Aligned<16> {
701 (store_local node:$val, node:$ptr)>, Aligned<8> {
706 (store_local node:$val, node:$ptr)>, Aligned<16> {
H A DSIInstrInfo.td503 Aligned<8> {
509 Aligned<16> {
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVInstPrinter.cpp197 if (MI->getOperand(i).getImm() & MemoryOperand::Aligned) { in printInst()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h54 Aligned = 1 << 5, // Allocator function aligns allocations per the enumerator
56 LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ Aligned)
/freebsd-14.2/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpciph_aes_cts.txt178 # 32 bytes input (Aligned blocks should match normal CBC mode)
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp1784 Value *Mask, bool Aligned) { in upgradeMaskedStore() argument
1789 Aligned in upgradeMaskedStore()
1805 Value *Passthru, Value *Mask, bool Aligned) { in upgradeMaskedLoad() argument
1810 Aligned in upgradeMaskedLoad()
2451 bool Aligned = Name[17] != 'u'; // "avx512.mask.storeu". in UpgradeIntrinsicCall() local
2453 CI->getArgOperand(2), Aligned); in UpgradeIntrinsicCall()
2818 bool Aligned = Name[16] != 'u'; // "avx512.mask.loadu". in UpgradeIntrinsicCall() local
2821 CI->getArgOperand(2), Aligned); in UpgradeIntrinsicCall()
H A DAttributes.cpp509 if ((Kind & AllocFnKind::Aligned) != AllocFnKind::Unknown) in getAsString()
H A DVerifier.cpp2220 AllocFnKind::Aligned)) != AllocFnKind::Unknown)) in verifyFunctionAttrs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1221 SDValue Aligned = DAG.getNode(ISD::AND, DL, Ptr.getValueType(), in lowerATOMIC_SWAP() local
1226 {N->getChain(), Aligned, Flag, NewVal}, in lowerATOMIC_SWAP()
1240 SDValue Aligned = DAG.getNode(ISD::AND, DL, Ptr.getValueType(), in lowerATOMIC_SWAP() local
1245 {N->getChain(), Aligned, Flag, NewVal}, in lowerATOMIC_SWAP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZOperators.td581 // Aligned loads.
591 // Aligned stores.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp446 …Changed |= setAllocKind(F, AllocFnKind::Alloc | AllocFnKind::Uninitialized | AllocFnKind::Aligned); in inferNonMandatoryLibFuncAttrs()
520 Changed |= setAllocKind(F, AllocFnKind::Alloc | AllocFnKind::Aligned | in inferNonMandatoryLibFuncAttrs()
/freebsd-14.2/sys/contrib/device-tree/Bindings/net/
H A Dsnps,dwmac.yaml437 Use Address-Aligned Beats
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp577 SpvMemOp |= static_cast<uint32_t>(SPIRV::MemoryOperand::Aligned); in addMemoryOperands()
581 if (SpvMemOp & static_cast<uint32_t>(SPIRV::MemoryOperand::Aligned)) in addMemoryOperands()
H A DSPIRVSymbolicOperands.td1448 defm Aligned : MemoryOperandOperand<0x2, 0, 0, [], []>;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def159 LANGOPT(CoroAlignedAllocation, 1, 0, "prefer Aligned Allocation according to P2014 Option 2")
H A DAttr.td762 def Aligned : InheritableAttr {
/freebsd-14.2/contrib/file/magic/Magdir/
H A Driff73 >0 leshort 0x69 \b, Voxware Byte Aligned
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp773 llvm::Value *Aligned = in EmitTypeCheck() local
775 if (Aligned != True) in EmitTypeCheck()
776 Checks.push_back(std::make_pair(Aligned, SanitizerKind::Alignment)); in EmitTypeCheck()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp3232 SDValue Aligned = DAG.getNode(HexagonISD::VALIGN, dl, LoadTy, in LowerUnalignedLoad() local
3236 SDValue M = DAG.getMergeValues({Aligned, NewChain}, dl); in LowerUnalignedLoad()
H A DHexagonPatternsHVX.td158 // Aligned loads: everything, plus loads with valignaddr node.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrMVE.td7158 // PatFrags for "Aligned" extending / truncating
7316 // Aligned Stores
7323 // Aligned Loads
7370 // Aligned masked store, shared between LE and BE
7389 // Aligned masked loads

12