/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
H A D | Patterns.cpp |
|
H A D | Patterns.h |
|
/freebsd-src/sys/contrib/dev/acpica/compiler/ |
H A D | asloffset.c | 461 char *OpName, in LsEmitOffsetTableEntry() argument
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | CodeGenInstruction.cpp |
|
H A D | GlobalISelCombinerEmitter.cpp | 310 const auto OpName = Ty.getTypeOfOpName(); processApplyPattern() local 441 inferNamedOperandType(const InstructionPattern & IP,StringRef OpName,const TypeEquivalenceClasses & TECs,bool AllowSelf) const inferNamedOperandType() argument 559 const auto OpName = Op.getOperandName(); getInstEqClasses() local 1427 __anon0d4329741202(StringRef OpName) buildRuleOperandsTable() argument 1432 __anon0d4329741302(StringRef OpName) buildRuleOperandsTable() argument 2212 StringRef OpName = Op.getOperandName(); emitInstructionApplyPattern() local 2255 StringRef OpName = Op.getOperandName(); emitInstructionApplyPattern() local 2482 const auto OpName = emitCodeGenInstructionMatchPattern() local [all...] |
H A D | SubtargetFeatureInfo.cpp |
|
H A D | VarLenCodeEmitterGen.cpp |
|
H A D | DecoderEmitter.cpp | 1883 StringRef OpName; parseVarLenInstOperand() local 1927 addOneOperandFields(const Record & EncodingDef,const BitsInit & Bits,std::map<std::string,std::string> & TiedNames,StringRef OpName,OperandInfo & OpInfo) addOneOperandFields() argument 2036 StringRef OpName = Op.second; populateInstruction() local [all...] |
H A D | FastISelEmitter.cpp | 415 getLegalCName(std::string OpName) getLegalCName() argument
|
H A D | GlobalISelEmitter.cpp | 1379 auto OpName = Target.getInstruction(Dst->getOperator()).TheDef->getName(); createAndImportSubInstructionRenderer() local 1507 std::string OpName = getMangledRootDefName(DstI->Operands[I].Name); importExplicitDefRenderers() local
|
H A D | CodeGenDAGPatterns.cpp |
|
H A D | AsmMatcherEmitter.cpp | 1888 const std::string &OpName = OpInfo->Name; buildAliasResultOperands() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | Parsing.cpp | 251 std::string OpName = std::move(Id->Value); in parseRangeSelectorImpl() local
|
H A D | Stencil.cpp | 120 StringRef OpName; in toString() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclarationName.cpp | 171 const char *OpName = getOperatorSpelling(getCXXOverloadedOperator()); in print() local
|
H A D | DeclPrinter.cpp | 1853 const char *OpName = VisitOMPDeclareReductionDecl() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.h | 1202 getNamedOperand(const MachineInstr & MI,unsigned OpName) getNamedOperand() argument 1207 getNamedImmOperand(const MachineInstr & MI,unsigned OpName) getNamedImmOperand() argument
|
H A D | SIInsertWaitcnts.cpp | 1123 updateOperandIfDifferent(MachineInstr & MI,uint16_t OpName,unsigned NewEnc) updateOperandIfDifferent() argument [all...] |
H A D | SIInstrInfo.cpp | 85 nodesHaveSameOperandValue(SDNode * N0,SDNode * N1,unsigned OpName) nodesHaveSameOperandValue() argument 5158 __anon44f99e1d0602(unsigned OpName) verifyInstruction() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateVariadic.cpp | 1247 DeclarationName OpName = Context.DeclarationNames.getCXXOperatorName( ActOnCXXFoldExpr() local
|
H A D | SemaOverload.cpp | 8249 DeclarationName OpName = Context.DeclarationNames.getCXXOperatorName(Op); AddMemberOperatorCandidates() local 13657 DeclarationName OpName = DiagnoseTwoPhaseOperatorLookup() local 14164 DeclarationName OpName = Context.DeclarationNames.getCXXOperatorName(Op); CreateOverloadedUnaryOp() local 14377 DeclarationName OpName = Context.DeclarationNames.getCXXOperatorName(Op); LookupOverloadedBinOp() local 14462 DeclarationName OpName = Context.DeclarationNames.getCXXOperatorName(Op); CreateOverloadedBinOp() local 15018 DeclarationName OpName = CreateOverloadedArraySubscriptExpr() local 15557 DeclarationName OpName = Context.DeclarationNames.getCXXOperatorName(OO_Call); BuildCallToObjectOfClassType() local 15820 DeclarationName OpName = BuildOverloadedArrowExpr() local [all...] |
H A D | SemaCoroutine.cpp | 900 DeclarationName OpName = BuildOperatorCoawaitLookupExpr() local
|
H A D | SemaLookup.cpp | 3332 DeclarationName OpName = Context.DeclarationNames.getCXXOperatorName(Op); LookupOverloadedOperatorName() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 4392 validateNeg(const MCInst & Inst,int OpName) validateNeg() argument 8469 addSrcModifiersAndSrc(MCInst & Inst,const OperandVector & Operands,unsigned i,unsigned Opc,unsigned OpName) addSrcModifiersAndSrc() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 5880 if (std::optional<StringRef> OpName = internal::getOpName(Node)) AST_POLYMORPHIC_MATCHER_P() local
|