/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | Sparc.cpp | 145 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 D | SemaTemplateInstantiateDecl.cpp | 94 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 D | SemaExprCXX.cpp | 3116 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 D | X86FastISel.cpp | 82 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 D | AMDGPUInstructions.td | 439 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 D | SIInstrInfo.td | 510 Aligned<8> { 516 Aligned<16> {
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVInstPrinter.cpp | 199 if (MI->getOperand(i).getImm() & MemoryOperand::Aligned) { in printInst()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Attributes.h | 56 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 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 | 1831 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 D | Attributes.cpp | 600 if ((Kind & AllocFnKind::Aligned) != AllocFnKind::Unknown) in getAsString()
|
H A D | Verifier.cpp | 2306 AllocFnKind::Aligned)) != AllocFnKind::Unknown)) in verifyFunctionAttrs()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 1219 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 D | SystemZOperators.td | 683 // Aligned loads. 693 // Aligned stores.
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 446 …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 D | LangOptions.def | 160 LANGOPT(CoroAlignedAllocation, 1, 0, "prefer Aligned Allocation according to P2014 Option 2")
|
H A D | Attr.td | 816 def Aligned : InheritableAttr {
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstructionSelector.cpp | 751 SpvMemOp |= static_cast<uint32_t>(SPIRV::MemoryOperand::Aligned); in addMemoryOperands() 755 if (SpvMemOp & static_cast<uint32_t>(SPIRV::MemoryOperand::Aligned)) in addMemoryOperands()
|
H A D | SPIRVSymbolicOperands.td | 1489 defm Aligned : MemoryOperandOperand<0x2, 0, 0, [], []>;
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | riff | 73 >0 leshort 0x69 \b, Voxware Byte Aligned
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 784 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 D | HexagonISelLowering.cpp | 3249 SDValue Aligned = DAG.getNode(HexagonISD::VALIGN, dl, LoadTy, in LowerUnalignedLoad() local 3253 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/llvm/lib/Target/ARM/ |
H A D | ARMInstrMVE.td | 7158 // 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 D | LLParser.cpp | 2472 Kind |= AllocFnKind::Aligned; in parseAllocKind()
|