Searched refs:Operand (Results 226 - 250 of 277) sorted by relevance

1234567891011>>

/external/chromium_org/v8/src/arm/
H A Dlithium-codegen-arm.h84 Operand ToOperand(LOperand* op);
/external/chromium_org/v8/src/arm64/
H A Ddeoptimizer-arm64.cc230 __ Add(x1, x0, Operand(x1, LSL, kPointerSizeLog2));
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp886 // Operand must be a particular type.
889 // Operand must be same as target pointer type.
967 Record *Operand,
971 if (Operand->isSubClassOf("unknown_class"))
974 // The Operand class specifies a type directly.
975 if (Operand->isSubClassOf("Operand"))
976 return UpdateNodeType(ResNo, getValueType(Operand->getValueAsDef("Type")),
980 if (Operand->isSubClassOf("PointerLikeRegClass"))
986 if (Operand
966 UpdateNodeTypeFromInst(unsigned ResNo, Record *Operand, TreePattern &TP) argument
[all...]
H A DAsmWriterEmitter.cpp828 for (auto &Operand : CGA->ResultOperands)
829 NumMIOps += Operand.getMINumOperands();
853 Rec->isSubClassOf("Operand")) {
H A DCodeGenDAGPatterns.h480 bool UpdateNodeTypeFromInst(unsigned ResNo, Record *Operand, TreePattern &TP);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_frag.c89 (rc)->operand = c->Operand##chan; \
/external/clang/lib/Sema/
H A DTreeTransform.h1292 Expr *Operand) {
1293 return getSema().BuildObjCAtThrowStmt(AtLoc, Operand);
2163 TypeSourceInfo *Operand,
2165 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand,
2176 Expr *Operand,
2178 return getSema().BuildCXXTypeId(TypeInfoType, TypeidLoc, Operand,
2188 TypeSourceInfo *Operand,
2190 return getSema().BuildCXXUuidof(TypeInfoType, TypeidLoc, Operand,
2200 Expr *Operand,
2202 return getSema().BuildCXXUuidof(TypeInfoType, TypeidLoc, Operand,
1291 RebuildObjCAtThrowStmt(SourceLocation AtLoc, Expr *Operand) argument
2161 RebuildCXXTypeidExpr(QualType TypeInfoType, SourceLocation TypeidLoc, TypeSourceInfo *Operand, SourceLocation RParenLoc) argument
2174 RebuildCXXTypeidExpr(QualType TypeInfoType, SourceLocation TypeidLoc, Expr *Operand, SourceLocation RParenLoc) argument
2186 RebuildCXXUuidofExpr(QualType TypeInfoType, SourceLocation TypeidLoc, TypeSourceInfo *Operand, SourceLocation RParenLoc) argument
2198 RebuildCXXUuidofExpr(QualType TypeInfoType, SourceLocation TypeidLoc, Expr *Operand, SourceLocation RParenLoc) argument
2289 RebuildCXXDeleteExpr(SourceLocation StartLoc, bool IsGlobalDelete, bool IsArrayForm, Expr *Operand) argument
6013 ExprResult Operand; local
8054 ExprResult Operand = getDerived().TransformExpr(E->getArgument()); local
[all...]
/external/chromium_org/v8/src/
H A Dfull-codegen.h322 const Operand& rhs,
329 const Operand& rhs,
/external/clang/lib/Parse/
H A DParseExprCXX.cpp2731 ExprResult Operand(ParseCastExpression(false));
2732 if (Operand.isInvalid())
2733 return Operand;
2735 return Actions.ActOnCXXDelete(Start, UseGlobal, ArrayDelete, Operand.get());
H A DParseDecl.cpp5695 ExprResult Operand = ParseExprAfterUnaryExprOrTypeTrait(OpTok, isCastExpr, local
5723 if (Operand.isInvalid()) {
5729 Operand = Actions.HandleExprEvaluationContextForTypeof(Operand.get());
5730 if (Operand.isInvalid()) {
5739 DiagID, Operand.get(),
/external/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp63 Operand->dumpToStream(os);
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2480 X86Operand &Operand = (X86Operand &)*Operands[ErrorInfo];
2481 if (Operand.getStartLoc().isValid()) {
2482 SMRange OperandRange = Operand.getLocRange();
2483 return Error(Operand.getStartLoc(), "invalid operand for instruction",
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/include/clang/AST/
H A DStmt.h1577 Operand // Operand reference, with optional modifier %c4. enumerator in enum:clang::GCCAsmStmt::AsmStringPiece::Kind
1586 : MyKind(Operand), Str(), OperandNo(OpNo) {
1591 bool isOperand() const { return MyKind == Operand; }
1615 //// flattening of named references like %[foo] to Operand AsmStringPiece's.
/external/clang/include/clang/Sema/
H A DSema.h3479 QualType CheckAddressOfOperand(ExprResult &Operand, SourceLocation OpLoc);
4175 TypeSourceInfo *Operand,
4179 Expr *Operand,
4190 TypeSourceInfo *Operand,
4194 Expr *Operand,
4337 Expr *Operand);
4345 Expr *Operand, SourceLocation RParen);
4346 ExprResult BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand,
/external/clang/lib/AST/
H A DExprCXX.cpp47 Operand.get<TypeSourceInfo *>()->getType().getNonReferenceType(), Quals);
54 Operand.get<TypeSourceInfo *>()->getType().getNonReferenceType(), Quals);
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h941 SDValue Operand);
946 SDValue Operand, SDValue Subreg);
/external/chromium_org/v8/src/compiler/
H A Dinstruction.h342 typedef SubKindOperand<InstructionOperand::type, number> name##Operand;
/external/chromium_org/v8/src/mips/
H A Dassembler-mips.cc238 // Implementation of Operand and MemOperand.
241 Operand::Operand(Handle<Object> handle) { function in class:v8::internal::Operand
258 MemOperand::MemOperand(Register rm, int32_t offset) : Operand(rm) {
264 OffsetAddend offset_addend) : Operand(rm) {
/external/chromium_org/v8/src/mips64/
H A Dassembler-mips64.cc216 // Implementation of Operand and MemOperand.
219 Operand::Operand(Handle<Object> handle) { function in class:v8::internal::Operand
236 MemOperand::MemOperand(Register rm, int64_t offset) : Operand(rm) {
242 OffsetAddend offset_addend) : Operand(rm) {
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2276 const SCEV *Operand = Sum->getOperand(Op); local
2277 if (isa<SCEVConstant>(Operand)) {
2279 Constant = cast<SCEVConstant>(Operand);
2281 else if (const SCEVMulExpr *Product = dyn_cast<SCEVMulExpr>(Operand)) {
/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp67 parseSparcAsmOperand(std::unique_ptr<SparcOperand> &Operand,
/external/jpeg/
H A Dconfigure1131 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/external/qemu/distrib/jpeg-6b/
H A Dconfigure1131 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/external/clang/lib/CodeGen/
H A DCGExpr.cpp2696 const Expr *Operand) {
2697 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Operand->IgnoreParens())) {
2702 return CGF.EmitLValue(Operand);
2695 EmitLValueOrThrowExpression(CodeGenFunction &CGF, const Expr *Operand) argument

Completed in 1375 milliseconds

1234567891011>>