Home
last modified time | relevance | path

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

12

/freebsd/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/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp94 const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) { in instantiateDependentAlignedAttr() argument
95 if (Aligned->isAlignmentExpr()) { in instantiateDependentAlignedAttr()
99 ExprResult Result = S.SubstExpr(Aligned->getAlignmentExpr(), TemplateArgs); in instantiateDependentAlignedAttr()
101 S.AddAlignedAttr(New, *Aligned, Result.getAs<Expr>(), IsPackExpansion); in instantiateDependentAlignedAttr()
104 S.SubstType(Aligned->getAlignmentType(), TemplateArgs, in instantiateDependentAlignedAttr()
105 Aligned->getLocation(), DeclarationName())) { in instantiateDependentAlignedAttr()
106 if (!S.CheckAlignasTypeArgument(Aligned->getSpelling(), Result, in instantiateDependentAlignedAttr()
107 Aligned->getLocation(), in instantiateDependentAlignedAttr()
109 S.AddAlignedAttr(New, *Aligned, Result, IsPackExpansion); in instantiateDependentAlignedAttr()
116 const AlignedAttr *Aligned, Decl *New) { in instantiateDependentAlignedAttr() argument
[all …]
H A DSemaExprCXX.cpp3116 for (int Aligned = 0; Aligned < NumAlignVariants; ++Aligned) { in DeclareGlobalNewDelete() local
3117 if (Aligned) in DeclareGlobalNewDelete()
3123 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);
480 MachineMemOperand *MMO, bool Aligned) { in X86FastEmitStore() argument
536 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()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructions.td439 class Aligned<int Bytes> {
694 Aligned<8> {
699 Aligned<16> {
704 (store_local node:$val, node:$ptr)>, Aligned<8> {
709 (store_local node:$val, node:$ptr)>, Aligned<16> {
H A DSIInstrInfo.td510 Aligned<8> {
516 Aligned<16> {
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVInstPrinter.cpp199 if (MI->getOperand(i).getImm() & MemoryOperand::Aligned) { in printInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h56 Aligned = 1 << 5, // Allocator function aligns allocations per the enumerator
58 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.cpp1831 Value *Mask, bool Aligned) { in upgradeMaskedStore() argument
1836 Aligned in upgradeMaskedStore()
1852 Value *Passthru, Value *Mask, bool Aligned) { in upgradeMaskedLoad() argument
1857 Aligned in upgradeMaskedLoad()
2314 bool Aligned = Name[17] != 'u'; // "avx512.mask.storeu". in upgradeX86IntrinsicCall() local
2316 CI->getArgOperand(2), Aligned); in upgradeX86IntrinsicCall()
2660 bool Aligned = Name[16] != 'u'; // "avx512.mask.loadu". in upgradeX86IntrinsicCall() local
2662 CI->getArgOperand(2), Aligned); in upgradeX86IntrinsicCall()
H A DAttributes.cpp600 if ((Kind & AllocFnKind::Aligned) != AllocFnKind::Unknown) in getAsString()
H A DVerifier.cpp2306 AllocFnKind::Aligned)) != AllocFnKind::Unknown)) in verifyFunctionAttrs()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1219 SDValue Aligned = DAG.getNode(ISD::AND, DL, Ptr.getValueType(), in lowerATOMIC_SWAP() local
1224 {N->getChain(), Aligned, Flag, NewVal}, in lowerATOMIC_SWAP()
1238 SDValue Aligned = DAG.getNode(ISD::AND, DL, Ptr.getValueType(), in lowerATOMIC_SWAP() local
1243 {N->getChain(), Aligned, Flag, NewVal}, in lowerATOMIC_SWAP()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZOperators.td683 // Aligned loads.
693 // Aligned stores.
/freebsd/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/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def160 LANGOPT(CoroAlignedAllocation, 1, 0, "prefer Aligned Allocation according to P2014 Option 2")
H A DAttr.td816 def Aligned : InheritableAttr {
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp751 SpvMemOp |= static_cast<uint32_t>(SPIRV::MemoryOperand::Aligned); in addMemoryOperands()
755 if (SpvMemOp & static_cast<uint32_t>(SPIRV::MemoryOperand::Aligned)) in addMemoryOperands()
H A DSPIRVSymbolicOperands.td1489 defm Aligned : MemoryOperandOperand<0x2, 0, 0, [], []>;
/freebsd/contrib/file/magic/Magdir/
H A Driff73 >0 leshort 0x69 \b, Voxware Byte Aligned
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp784 llvm::Value *Aligned = in EmitTypeCheck() local
786 if (Aligned != True) in EmitTypeCheck()
787 Checks.push_back(std::make_pair(Aligned, SanitizerKind::Alignment)); in EmitTypeCheck()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp3249 SDValue Aligned = DAG.getNode(HexagonISD::VALIGN, dl, LoadTy, in LowerUnalignedLoad() local
3253 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/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
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2472 Kind |= AllocFnKind::Aligned; in parseAllocKind()

12