/external/llvm-project/llvm/lib/Transforms/Coroutines/ |
D | CoroInstr.h | 114 enum { AlignArg, PromiseArg, CoroutineArg, InfoArg }; enumerator 205 enum { SizeArg, AlignArg, StorageArg, PrototypeArg, AllocArg, DeallocArg }; enumerator 215 return cast<ConstantInt>(getArgOperand(AlignArg))->getAlignValue(); in getStorageAlignment() 278 enum { SizeArg, AlignArg, StorageArg, AsyncFuncPtrArg }; enumerator 292 return cast<ConstantInt>(getArgOperand(AlignArg))->getAlignValue(); in getStorageAlignment() 441 enum { FrameArg, AlignArg, FromArg }; enumerator 453 return cast<ConstantInt>(getArgOperand(AlignArg))->getAlignValue(); in getAlignment() 601 enum { SizeArg, AlignArg }; enumerator 607 return cast<ConstantInt>(getArgOperand(AlignArg))->getAlignValue(); in getAlignment()
|
D | Coroutines.cpp | 661 checkConstantInt(this, getArgOperand(AlignArg), in checkWellFormed() 688 checkConstantInt(this, getArgOperand(AlignArg), in checkWellFormed()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroInstr.h | 114 enum { AlignArg, PromiseArg, CoroutineArg, InfoArg }; enumerator 205 enum { SizeArg, AlignArg, StorageArg, PrototypeArg, AllocArg, DeallocArg }; enumerator 215 return cast<ConstantInt>(getArgOperand(AlignArg))->getZExtValue(); in getStorageAlignment() 338 enum { FrameArg, AlignArg, FromArg }; enumerator 345 return cast<ConstantInt>(getArgOperand(AlignArg))->getZExtValue(); in getAlignment() 461 enum { SizeArg, AlignArg }; enumerator 467 return cast<ConstantInt>(getArgOperand(AlignArg))->getZExtValue(); in getAlignment()
|
D | Coroutines.cpp | 630 checkConstantInt(this, getArgOperand(AlignArg), in checkWellFormed()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.cpp | 150 unsigned AlignArg = II.getNumArgOperands() - 1; in instCombineIntrinsic() local 151 Value *AlignArgOp = II.getArgOperand(AlignArg); in instCombineIntrinsic() 155 II, AlignArg, in instCombineIntrinsic()
|
D | ARMISelLowering.cpp | 18354 Value *AlignArg = I.getArgOperand(I.getNumArgOperands() - 1); in getTgtMemIntrinsic() local 18355 Info.align = cast<ConstantInt>(AlignArg)->getMaybeAlignValue(); in getTgtMemIntrinsic() 18395 Value *AlignArg = I.getArgOperand(I.getNumArgOperands() - 1); in getTgtMemIntrinsic() local 18396 Info.align = cast<ConstantInt>(AlignArg)->getMaybeAlignValue(); in getTgtMemIntrinsic()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 2108 unsigned AlignArg = II->getNumArgOperands() - 1; in visitCallInst() local 2109 ConstantInt *IntrAlign = dyn_cast<ConstantInt>(II->getArgOperand(AlignArg)); in visitCallInst() 2111 II->setArgOperand(AlignArg, in visitCallInst()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 3332 unsigned AlignArg = II->getNumArgOperands() - 1; in visitCallInst() local 3333 ConstantInt *IntrAlign = dyn_cast<ConstantInt>(II->getArgOperand(AlignArg)); in visitCallInst() 3335 II->setArgOperand(AlignArg, in visitCallInst()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 2382 OverloadCandidateSet *AlignedCandidates, Expr *AlignArg, bool Diagnose) { in resolveAllocationOverload() argument 2425 AlignArg = Args[1]; in resolveAllocationOverload() 2428 Operator, &Candidates, AlignArg, in resolveAllocationOverload() 2465 Args.insert(Args.begin() + 1, AlignArg); in resolveAllocationOverload()
|
D | SemaChecking.cpp | 273 ExprResult AlignArg = in SemaBuiltinAlignment() local 277 if (AlignArg.isInvalid()) in SemaBuiltinAlignment() 279 TheCall->setArg(1, AlignArg.get()); in SemaBuiltinAlignment()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 12220 Value *AlignArg = I.getArgOperand(I.getNumArgOperands() - 1); in getTgtMemIntrinsic() local 12221 Info.align = cast<ConstantInt>(AlignArg)->getZExtValue(); in getTgtMemIntrinsic() 12247 Value *AlignArg = I.getArgOperand(I.getNumArgOperands() - 1); in getTgtMemIntrinsic() local 12248 Info.align = cast<ConstantInt>(AlignArg)->getZExtValue(); in getTgtMemIntrinsic()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 16554 Value *AlignArg = I.getArgOperand(I.getNumArgOperands() - 1); in getTgtMemIntrinsic() local 16555 Info.align = MaybeAlign(cast<ConstantInt>(AlignArg)->getZExtValue()); in getTgtMemIntrinsic() 16595 Value *AlignArg = I.getArgOperand(I.getNumArgOperands() - 1); in getTgtMemIntrinsic() local 16596 Info.align = MaybeAlign(cast<ConstantInt>(AlignArg)->getZExtValue()); in getTgtMemIntrinsic()
|