Home
last modified time | relevance | path

Searched defs:OpName (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Dasloffset.c353 char *OpName, in LsEmitOffsetTableEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp185 StringRef OpName = Op.substr(1); in ParseOperandName() local
346 StringRef OpName; in ProcessDisableEncoding() local
H A DFastISelEmitter.cpp416 static std::string getLegalCName(std::string OpName) { in getLegalCName()
H A DCodeGenDAGPatterns.cpp2786 StringRef OpName) { in ParseTreePattern()
3758 const std::string &OpName = in parseInstructionPattern() local
3769 const std::string &OpName = CGI.Operands[i].Name; in parseInstructionPattern() local
3801 const std::string &OpName = Op.Name; in parseInstructionPattern() local
H A DAsmMatcherEmitter.cpp1868 const std::string &OpName = OpInfo->Name; in buildAliasResultOperands() local
H A DGlobalISelEmitter.cpp4589 auto OpName = Target.getInstruction(Dst->getOperator()).TheDef->getName(); in createAndImportSubInstructionRenderer() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DParsing.cpp252 std::string OpName = std::move(Id->Value); in parseRangeSelectorImpl() local
H A DStencil.cpp120 StringRef OpName; in toStringData() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclarationName.cpp177 const char *OpName = getOperatorSpelling(getCXXOverloadedOperator()); in print() local
H A DDeclPrinter.cpp1677 const char *OpName = in VisitOMPDeclareReductionDecl() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h979 unsigned OpName) const { in getNamedOperand()
984 int64_t getNamedImmOperand(const MachineInstr &MI, unsigned OpName) const { in getNamedImmOperand()
H A DSIInstrInfo.cpp83 static bool nodesHaveSameOperandValue(SDNode *N0, SDNode* N1, unsigned OpName) { in nodesHaveSameOperandValue()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp7673 DeclarationName OpName = Context.DeclarationNames.getCXXOperatorName(Op); in AddMemberOperatorCandidates() local
12810 DeclarationName OpName = in DiagnoseTwoPhaseOperatorLookup() local
13219 DeclarationName OpName = Context.DeclarationNames.getCXXOperatorName(Op); in CreateOverloadedUnaryOp() local
13424 DeclarationName OpName = Context.DeclarationNames.getCXXOperatorName(Op); in LookupOverloadedBinOp() local
13509 DeclarationName OpName = Context.DeclarationNames.getCXXOperatorName(Op); in CreateOverloadedBinOp() local
13977 DeclarationName OpName = in CreateOverloadedArraySubscriptExpr() local
14465 DeclarationName OpName = Context.DeclarationNames.getCXXOperatorName(OO_Call); in BuildCallToObjectOfClassType() local
14737 DeclarationName OpName = in BuildOverloadedArrowExpr() local
H A DSemaTemplateVariadic.cpp1235 DeclarationName OpName = Context.DeclarationNames.getCXXOperatorName( in ActOnCXXFoldExpr() local
H A DSemaCoroutine.cpp256 DeclarationName OpName = in buildOperatorCoawaitLookupExpr() local
H A DSemaLookup.cpp3048 DeclarationName OpName = Context.DeclarationNames.getCXXOperatorName(Op); in LookupOverloadedOperatorName() local
H A DSemaExpr.cpp1768 DeclarationName OpName = in BuildCookedLiteralOperatorCall() local
1870 DeclarationName OpName = in ActOnStringLiteral() local
3699 DeclarationName OpName = in ActOnNumericConstant() local
H A DSemaCodeComplete.cpp5785 DeclarationName OpName = in ProduceCallSignatureHelp() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5428 if (Optional<StringRef> OpName = internal::getOpName(Node)) in AST_POLYMORPHIC_MATCHER_P() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h798 const Node *OpName; variable