| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfExpression.cpp | 262 if (Op && Op->getOp() != dwarf::DW_OP_LLVM_fragment) in addMachineRegExpression() 317 (NextOp->getOp() != dwarf::DW_OP_LLVM_fragment)) in addMachineRegExpression() 325 return Op.getOp() == dwarf::DW_OP_stack_value; in addMachineRegExpression() 349 if (Op && (Op->getOp() == dwarf::DW_OP_plus_uconst)) { in addMachineRegExpression() 361 if (Op && Op->getOp() == dwarf::DW_OP_constu) { in addMachineRegExpression() 365 if (N && N->getOp() == dwarf::DW_OP_plus && Offset <= IntMax) { in addMachineRegExpression() 368 } else if (N && N->getOp() == dwarf::DW_OP_minus && in addMachineRegExpression() 385 (NextOp->getOp() != dwarf::DW_OP_LLVM_fragment)) in addMachineRegExpression() 410 assert(Op && Op->getOp() == dwarf::DW_OP_LLVM_entry_value); in beginEntryValueExpression() 472 switch (Op->getOp()) { in isMemoryLocation() [all …]
|
| H A D | DebugHandlerBase.cpp | 53 Op->getOp() == dwarf::DW_OP_LLVM_arg) in extractFromMachineInstruction() 59 switch (Op->getOp()) { in extractFromMachineInstruction() 64 switch (Op->getOp()) { in extractFromMachineInstruction()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGAtomic.cpp | 530 switch (E->getOp()) { in EmitAtomicOp() 702 Result = EmitPostAtomicMinMax(CGF.Builder, E->getOp(), in EmitAtomicOp() 708 if (E->getOp() == AtomicExpr::AO__atomic_nand_fetch) in EmitAtomicOp() 818 if (E->getOp() == AtomicExpr::AO__c11_atomic_init || in EmitAtomicExpr() 819 E->getOp() == AtomicExpr::AO__opencl_atomic_init) { in EmitAtomicExpr() 854 switch (E->getOp()) { in EmitAtomicExpr() 994 switch (E->getOp()) { in EmitAtomicExpr() 1109 switch (E->getOp()) { in EmitAtomicExpr() 1322 ResVal = EmitPostAtomicMinMax(Builder, E->getOp(), in EmitAtomicExpr() 1329 if (E->getOp() == AtomicExpr::AO__atomic_nand_fetch) in EmitAtomicExpr() [all …]
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 1226 uint64_t Op = getOp(); in getSize() 1256 uint64_t Op = I->getOp(); in isValid() 1339 switch (It.getOp()) { in isImplicit() 1361 switch (It.getOp()) { in isComplex() 1376 if (I->getOp() == dwarf::DW_OP_LLVM_fragment) { in getFragmentInfo() 1423 if (ExprOp.getOp() == dwarf::DW_OP_LLVM_arg) in hasAllLocationOps() 1532 if (Op.getOp() == dwarf::DW_OP_stack_value) in prependOpcodes() 1554 if (Op.getOp() == dwarf::DW_OP_stack_value || in append() 1609 switch (Op.getOp()) { in createFragmentExpression() 1655 switch (Op.getOp()) { in constantFold() [all …]
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch7/mlir/ |
| H A D | MLIRGen.cpp | 241 if (access->getOp() != '.') in getStructFor() 275 assert(accessOp.getOp() == '.' && "expected access operation"); in getMemberIndex() 315 if (binop.getOp() == '.') { in mlirGen() 331 switch (binop.getOp()) { in mlirGen() 338 emitError(location, "invalid binary operator '") << binop.getOp() << "'"; in mlirGen()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonRDFOpt.cpp | 202 OpMap.insert(std::make_pair(RA.Id, getOpNum(RA.Addr->getOp()))); in removeOperand() 259 if (&DA.Addr->getOp() != &Op) in rewrite()
|
| H A D | HexagonConstExtenders.cpp | 331 MachineOperand &getOp() { in getOp() function 334 const MachineOperand &getOp() const { in getOp() function 365 ExtValue(const ExtDesc &ED) : ExtValue(ED.getOp()) {} in ExtValue() 495 const MachineBasicBlock &MBB = *ED.getOp().getParent()->getParent(); in operator <<() 1222 ExtRoot ER(ED.getOp()); in recordExtender() 1262 assert(ER == ExtRoot(Extenders[I].getOp())); in assignInits() 2005 const ExtRoot &T = Extenders[B].getOp(); in runOnMachineFunction() 2006 while (I != E && ExtRoot(Extenders[I].getOp()) == T) in runOnMachineFunction()
|
| H A D | RDFCopy.cpp | 170 MachineOperand &Op = UA.Addr->getOp(); in run()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch3/mlir/ |
| H A D | MLIRGen.cpp | 194 switch (binop.getOp()) { in mlirGen() 201 emitError(location, "invalid binary operator '") << binop.getOp() << "'"; in mlirGen()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch2/mlir/ |
| H A D | MLIRGen.cpp | 194 switch (binop.getOp()) { in mlirGen() 201 emitError(location, "invalid binary operator '") << binop.getOp() << "'"; in mlirGen()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch6/mlir/ |
| H A D | MLIRGen.cpp | 198 switch (binop.getOp()) { in mlirGen() 205 emitError(location, "invalid binary operator '") << binop.getOp() << "'"; in mlirGen()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch4/mlir/ |
| H A D | MLIRGen.cpp | 198 switch (binop.getOp()) { in mlirGen() 205 emitError(location, "invalid binary operator '") << binop.getOp() << "'"; in mlirGen()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch5/mlir/ |
| H A D | MLIRGen.cpp | 198 switch (binop.getOp()) { in mlirGen() 205 emitError(location, "invalid binary operator '") << binop.getOp() << "'"; in mlirGen()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 1806 switch (Node->getOp()) { in VisitAtomicExpr() 1818 if (Node->getOp() != AtomicExpr::AO__c11_atomic_load && in VisitAtomicExpr() 1819 Node->getOp() != AtomicExpr::AO__atomic_load_n && in VisitAtomicExpr() 1820 Node->getOp() != AtomicExpr::AO__opencl_atomic_load && in VisitAtomicExpr() 1821 Node->getOp() != AtomicExpr::AO__hip_atomic_load) { in VisitAtomicExpr() 1825 if (Node->getOp() == AtomicExpr::AO__atomic_exchange || in VisitAtomicExpr() 1830 if (Node->getOp() == AtomicExpr::AO__atomic_compare_exchange || in VisitAtomicExpr() 1831 Node->getOp() == AtomicExpr::AO__atomic_compare_exchange_n) { in VisitAtomicExpr() 1835 if (Node->getOp() != AtomicExpr::AO__c11_atomic_init && in VisitAtomicExpr() 1836 Node->getOp() != AtomicExpr::AO__opencl_atomic_init) { in VisitAtomicExpr()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch3/parser/ |
| H A D | AST.cpp | 169 llvm::errs() << "BinOp: " << node->getOp() << " " << loc(node) << "\n"; in dump()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch1/parser/ |
| H A D | AST.cpp | 169 llvm::errs() << "BinOp: " << node->getOp() << " " << loc(node) << "\n"; in dump()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch2/parser/ |
| H A D | AST.cpp | 169 llvm::errs() << "BinOp: " << node->getOp() << " " << loc(node) << "\n"; in dump()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch6/parser/ |
| H A D | AST.cpp | 169 llvm::errs() << "BinOp: " << node->getOp() << " " << loc(node) << "\n"; in dump()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch4/parser/ |
| H A D | AST.cpp | 169 llvm::errs() << "BinOp: " << node->getOp() << " " << loc(node) << "\n"; in dump()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch5/parser/ |
| H A D | AST.cpp | 169 llvm::errs() << "BinOp: " << node->getOp() << " " << loc(node) << "\n"; in dump()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/ |
| H A D | RedundantExpressionCheck.cpp | 314 static OverloadedOperatorKind getOp(const BinaryOperator *Op) { in getOp() function 318 static OverloadedOperatorKind getOp(const CXXOperatorCallExpr *Op) { in getOp() function 340 if (AsTExpr && getOp(AsTExpr) == OpKind) in checkOpKind() 390 const OverloadedOperatorKind OpKind = getOp(TheExpr); in markDuplicateOperands()
|
| /llvm-project-15.0.7/mlir/lib/Transforms/Utils/ |
| H A D | DialectConversion.cpp | 385 UnrealizedConversionCastOp getOp() const { return op; } in getOp() function in __anonef530a330311::UnresolvedMaterialization 1056 detachNestedAndErase(materialization.getOp()); in discardRewrites() 1099 mat.getOp()->dropAllUses(); in applyRewrites() 1100 mat.getOp()->erase(); in applyRewrites() 1155 UnrealizedConversionCastOp op = mat.getOp(); in resetState() 2620 materializationOps.try_emplace(mat.getOp(), &mat); in computeNecessaryMaterializations() 2625 UnrealizedConversionCastOp op = mat->getOp(); in computeNecessaryMaterializations() 2718 UnrealizedConversionCastOp op = mat.getOp(); in legalizeUnresolvedMaterialization()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch7/parser/ |
| H A D | AST.cpp | 182 llvm::errs() << "BinOp: " << node->getOp() << " " << loc(node) << "\n"; in dump()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch4/include/toy/ |
| H A D | AST.h | 153 char getOp() { return op; } in getOp() function
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch2/include/toy/ |
| H A D | AST.h | 153 char getOp() { return op; } in getOp() function
|