Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSparc.cpp147 uint64_t Aligned = llvm::alignTo(Size, 64); in pad() local
148 if (Aligned > Size && Aligned <= ToSize) { in pad()
149 Elems.push_back(llvm::IntegerType::get(Context, Aligned - Size)); in pad()
150 Size = Aligned; in pad()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp93 const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) { in instantiateDependentAlignedAttr() argument
94 if (Aligned->isAlignmentExpr()) { in instantiateDependentAlignedAttr()
98 ExprResult Result = S.SubstExpr(Aligned->getAlignmentExpr(), TemplateArgs); in instantiateDependentAlignedAttr()
100 S.AddAlignedAttr(New, *Aligned, Result.getAs<Expr>(), IsPackExpansion); in instantiateDependentAlignedAttr()
103 S.SubstType(Aligned->getAlignmentType(), TemplateArgs, in instantiateDependentAlignedAttr()
104 Aligned->getLocation(), DeclarationName())) { in instantiateDependentAlignedAttr()
105 if (!S.CheckAlignasTypeArgument(Aligned->getSpelling(), Result, in instantiateDependentAlignedAttr()
106 Aligned->getLocation(), in instantiateDependentAlignedAttr()
108 S.AddAlignedAttr(New, *Aligned, Result, IsPackExpansion); in instantiateDependentAlignedAttr()
115 const AlignedAttr *Aligned, Decl *New) { in instantiateDependentAlignedAttr() argument
[all …]
H A DSemaExprCXX.cpp3430 for (int Aligned = 0; Aligned < NumAlignVariants; ++Aligned) { in DeclareGlobalNewDelete() local
3431 if (Aligned) in DeclareGlobalNewDelete()
3437 if (Aligned) in DeclareGlobalNewDelete()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp82 MachineMemOperand *MMO = nullptr, bool Aligned = false);
84 MachineMemOperand *MMO = nullptr, bool Aligned = false);
481 MachineMemOperand *MMO, bool Aligned) { in X86FastEmitStore() argument
537 if (Aligned) { in X86FastEmitStore()
549 if (Aligned) { in X86FastEmitStore()
564 if (Aligned) { in X86FastEmitStore()
577 if (Aligned) { in X86FastEmitStore()
587 if (Aligned) { in X86FastEmitStore()
600 if (Aligned) { in X86FastEmitStore()
610 if (Aligned) in X86FastEmitStore()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructions.td439 class Aligned<int Bytes> {
700 Aligned<8> {
705 Aligned<16> {
710 (store_local node:$val, node:$ptr)>, Aligned<8> {
715 (store_local node:$val, node:$ptr)>, Aligned<16> {
H A DSIInstrInfo.td589 Aligned<8> {
595 Aligned<16> {
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVInstPrinter.cpp200 if (MI->getOperand(i).getImm() & MemoryOperand::Aligned) { in printInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h58 Aligned = 1 << 5, // Allocator function aligns allocations per the enumerator
60 LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ Aligned)
/freebsd/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/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp2014 Value *Mask, bool Aligned) { in upgradeMaskedStore() argument
2016 Aligned in upgradeMaskedStore()
2032 Value *Passthru, Value *Mask, bool Aligned) { in upgradeMaskedLoad() argument
2035 Aligned in upgradeMaskedLoad()
2630 bool Aligned = Name[17] != 'u'; // "avx512.mask.storeu". in upgradeX86IntrinsicCall() local
2632 CI->getArgOperand(2), Aligned); in upgradeX86IntrinsicCall()
2967 bool Aligned = Name[16] != 'u'; // "avx512.mask.loadu". in upgradeX86IntrinsicCall() local
2969 CI->getArgOperand(2), Aligned); in upgradeX86IntrinsicCall()
H A DAttributes.cpp615 if ((Kind & AllocFnKind::Aligned) != AllocFnKind::Unknown) in getAsString()
H A DVerifier.cpp2395 AllocFnKind::Aligned)) != AllocFnKind::Unknown)) in verifyFunctionAttrs()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1208 SDValue Aligned = in lowerATOMIC_SWAP() local
1214 {N->getChain(), Aligned, Flag, NewVal}, in lowerATOMIC_SWAP()
1228 SDValue Aligned = in lowerATOMIC_SWAP() local
1234 {N->getChain(), Aligned, Flag, NewVal}, in lowerATOMIC_SWAP()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZOperators.td727 // Aligned loads.
737 // Aligned stores.
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp512 …Changed |= setAllocKind(F, AllocFnKind::Alloc | AllocFnKind::Uninitialized | AllocFnKind::Aligned); in inferNonMandatoryLibFuncAttrs()
594 Changed |= setAllocKind(F, AllocFnKind::Alloc | AllocFnKind::Aligned | in inferNonMandatoryLibFuncAttrs()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def116 LANGOPT(CoroAlignedAllocation, 1, 0, NotCompatible, "prefer Aligned Allocation according to P2014 O…
H A DAttr.td865 def Aligned : InheritableAttr {
/freebsd/contrib/file/magic/Magdir/
H A Driff73 >0 leshort 0x69 \b, Voxware Byte Aligned
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp3271 SDValue Aligned = DAG.getNode(HexagonISD::VALIGN, dl, LoadTy, in LowerUnalignedLoad() local
3275 SDValue M = DAG.getMergeValues({Aligned, NewChain}, dl); in LowerUnalignedLoad()
H A DHexagonPatternsHVX.td158 // Aligned loads: everything, plus loads with valignaddr node.
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp842 llvm::Value *Aligned = in EmitTypeCheck() local
844 if (Aligned != True) in EmitTypeCheck()
846 std::make_pair(Aligned, SanitizerKind::SO_Alignment)); in EmitTypeCheck()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp1101 SpvMemOp |= static_cast<uint32_t>(SPIRV::MemoryOperand::Aligned); in addMemoryOperands()
1124 if (SpvMemOp & static_cast<uint32_t>(SPIRV::MemoryOperand::Aligned)) in addMemoryOperands()
H A DSPIRVSymbolicOperands.td1550 defm Aligned : MemoryOperandOperand<0x2, 0, 0, [], []>;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrMVE.td7090 // PatFrags for "Aligned" extending / truncating
7248 // Aligned Stores
7255 // Aligned Loads
7302 // Aligned masked store, shared between LE and BE
7321 // Aligned masked loads
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2500 Kind |= AllocFnKind::Aligned; in parseAllocKind()

12