Home
last modified time | relevance | path

Searched refs:isOperand (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/mlir/lib/IR/
DOperation.cpp1030 bool isOperand) { in verifyValueSizeAttr() argument
1049 if (isOperand && totalCount != op->getNumOperands()) in verifyValueSizeAttr()
1053 else if (!isOperand && totalCount != op->getNumResults()) in verifyValueSizeAttr()
/external/clang/lib/Sema/
DSemaStmtAsm.cpp69 if (!Piece.isOperand()) continue; in isOperandMentioned()
364 if (!Piece.isOperand()) continue; in ActOnGCCAsmStmt()
/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp168 if (!isOperand()) { in operator Operand*()
192 bool isOperand() const { return (Data != UNDEF_PTR) && !(Data & NODE_FLAG); } in isOperand() function in OperandNode
201 if (Op.isOperand()) { in operator <<()
937 if (Phi && Phi.isOperand()) { in IsPhiWithMerge()
/external/llvm-project/clang/lib/Sema/
DSemaStmtAsm.cpp117 if (!Piece.isOperand()) in isOperandMentioned()
491 if (!Piece.isOperand()) continue; in ActOnGCCAsmStmt()
/external/clang/include/clang/AST/
DStmt.h1621 bool isOperand() const { return MyKind == Operand; } in isOperand() function
1628 assert(isOperand()); in getOperandNo()
1633 assert(isOperand() && "Range is currently used only for Operands."); in getRange()
/external/llvm-project/clang/include/clang/AST/
DStmt.h3027 bool isOperand() const { return MyKind == Operand; } in isOperand() function
3032 assert(isOperand()); in getOperandNo()
3037 assert(isOperand() && "Range is currently used only for Operands."); in getRange()
/external/clang/lib/AST/
DStmt.cpp389 assert(isOperand() && "Only Operands can have modifiers."); in getModifier()
/external/llvm-project/clang/lib/AST/
DStmt.cpp492 assert(isOperand() && "Only Operands can have modifiers."); in getModifier()