Searched refs:Operand (Results 251 - 275 of 277) sorted by relevance

<<1112

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp47 Value *Operand = BinaryOperator::getNotArgument(V); local
48 if (!isFreeToInvert(Operand))
49 return Operand;
/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3500 for (Use &Operand : I->operands())
3501 if (Instruction *U = dyn_cast<Instruction>(Operand)) {
3503 Operand = nullptr;
H A DLoopStrengthReduce.cpp2857 Value *Operand, const TargetTransformInfo &TTI) {
2859 if (!IncConst || !isAddressUse(UserInst, Operand))
2856 canFoldIVIncExpr(const SCEV *IncExpr, Instruction *UserInst, Value *Operand, const TargetTransformInfo &TTI) argument
/external/clang/lib/Sema/
H A DSemaExpr.cpp7064 /// \brief Emit error if Operand is incomplete pointer type
7068 Expr *Operand) {
7069 assert(Operand->getType()->isAnyPointerType() &&
7070 !Operand->getType()->isDependentType());
7071 QualType PointeeTy = Operand->getType()->getPointeeType();
7074 PointeeTy, Operand->getSourceRange());
7086 Expr *Operand) {
7087 if (!Operand->getType()->isAnyPointerType()) return true;
7089 QualType PointeeTy = Operand->getType()->getPointeeType();
7091 diagnoseArithmeticOnVoidPointer(S, Loc, Operand);
7067 checkArithmeticIncompletePointerType(Sema &S, SourceLocation Loc, Expr *Operand) argument
7085 checkArithmeticOpPointerOperand(Sema &S, SourceLocation Loc, Expr *Operand) argument
[all...]
/external/clang/lib/AST/
H A DExpr.cpp1688 CastKind Kind, Expr *Operand,
1695 new (Buffer) ImplicitCastExpr(T, Kind, Operand, PathSize, VK);
1687 Create(const ASTContext &C, QualType T, CastKind Kind, Expr *Operand, const CXXCastPath *BasePath, ExprValueKind VK) argument
H A DExprConstant.cpp6084 int Operand = E->getArg(0)->EvaluateKnownConstInt(Info.Ctx).getZExtValue();
6085 Operand = Info.Ctx.getTargetInfo().getEHDataRegisterNumber(Operand);
6086 return Success(Operand, E);
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp621 E->Operand = Reader.ReadSubExpr();
1523 E->Operand = Reader.ReadSubExpr();
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp4674 // Adds a NamedMDNode with F, Name, and Operand as operands, and adds the
4676 static void addNVVMMetadata(llvm::Function *F, StringRef Name, int Operand);
4770 int Operand) {
4779 llvm::ConstantInt::get(llvm::Type::getInt32Ty(Ctx), Operand)};
4769 addNVVMMetadata(llvm::Function *F, StringRef Name, int Operand) argument
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp5038 Instruction *Operand = dyn_cast<Instruction>(I->getOperand(i));
5039 if (!Operand) {
5044 Constant *C = EvaluateExpression(Operand, L, Vals, DL, TLI);
5045 Vals[Operand] = C;
/external/clang/include/clang/AST/
H A DExpr.h2778 CastKind Kind, Expr *Operand,
/external/iputils/ninfod/
H A Dconfigure3959 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/external/valgrind/main/perf/
H A Dtinycc.c15076 typedef struct Operand {
15106 } Operand;
16115 static void parse_operand(TCCState *s1, Operand *op)
16260 static inline void asm_modrm(int reg, Operand *op)
16310 Operand ops[MAX_OPERANDS], *pop;
15074 typedef struct Operand { struct
15104 } Operand; typedef in typeref:struct:Operand
/external/genext2fs/
H A Dconfigure4922 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/external/liblzf/
H A Dconfigure6346 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/external/stressapptest/
H A Dconfigure5365 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/external/srtp/
H A Dconfigure6617 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/external/chromium_org/third_party/opus/src/
H A Dconfigure11755 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/external/e2fsprogs/
H A Dconfigure6490 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/external/libcap-ng/libcap-ng-0.7/
H A Dconfigure12244 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/external/libedit/
H A Dconfigure12689 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/external/libexif/
H A Dconfigure3823 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/external/libopus/
H A Dconfigure11755 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/external/libpng/
H A Dconfigure12270 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/external/libmtp/
H A Dconfigure13321 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/external/libogg/
H A Dconfigure11399 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */

Completed in 1260 milliseconds

<<1112