| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | Sparc.cpp | 147 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 D | SemaTemplateInstantiateDecl.cpp | 93 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 D | SemaExprCXX.cpp | 3430 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 D | X86FastISel.cpp | 82 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 D | AMDGPUInstructions.td | 439 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 D | SIInstrInfo.td | 589 Aligned<8> { 595 Aligned<16> {
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
| H A D | SPIRVInstPrinter.cpp | 200 if (MI->getOperand(i).getImm() & MemoryOperand::Aligned) { in printInst()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 58 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 D | evpciph_aes_cts.txt | 178 # 32 bytes input (Aligned blocks should match normal CBC mode)
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AutoUpgrade.cpp | 2014 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 D | Attributes.cpp | 615 if ((Kind & AllocFnKind::Aligned) != AllocFnKind::Unknown) in getAsString()
|
| H A D | Verifier.cpp | 2395 AllocFnKind::Aligned)) != AllocFnKind::Unknown)) in verifyFunctionAttrs()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 1208 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 D | SystemZOperators.td | 727 // Aligned loads. 737 // Aligned stores.
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | BuildLibCalls.cpp | 512 …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 D | LangOptions.def | 116 LANGOPT(CoroAlignedAllocation, 1, 0, NotCompatible, "prefer Aligned Allocation according to P2014 O…
|
| H A D | Attr.td | 865 def Aligned : InheritableAttr {
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | riff | 73 >0 leshort 0x69 \b, Voxware Byte Aligned
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 3271 SDValue Aligned = DAG.getNode(HexagonISD::VALIGN, dl, LoadTy, in LowerUnalignedLoad() local 3275 SDValue M = DAG.getMergeValues({Aligned, NewChain}, dl); in LowerUnalignedLoad()
|
| H A D | HexagonPatternsHVX.td | 158 // Aligned loads: everything, plus loads with valignaddr node.
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 842 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 D | SPIRVInstructionSelector.cpp | 1101 SpvMemOp |= static_cast<uint32_t>(SPIRV::MemoryOperand::Aligned); in addMemoryOperands() 1124 if (SpvMemOp & static_cast<uint32_t>(SPIRV::MemoryOperand::Aligned)) in addMemoryOperands()
|
| H A D | SPIRVSymbolicOperands.td | 1550 defm Aligned : MemoryOperandOperand<0x2, 0, 0, [], []>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrMVE.td | 7090 // 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 D | LLParser.cpp | 2500 Kind |= AllocFnKind::Aligned; in parseAllocKind()
|