Home
last modified time | relevance | path

Searched refs:BinaryOperator (Results 4501 – 4525 of 6812) sorted by relevance

1...<<181182183184185186187188189190>>...273

/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/AMDGPU/
H A DAMDGPUPerfHintAnalysis.cpp182 if (auto BO = dyn_cast<BinaryOperator>(V)) { in isIndirectAccess()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Analysis/
H A DLoads.cpp180 if (isa<BinaryOperator>(A) || isa<CastInst>(A) || isa<PHINode>(A) || in AreEquivalentAddressValues()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AMDGPU/
H A DAMDGPUPerfHintAnalysis.cpp184 if (auto BO = dyn_cast<BinaryOperator>(V)) { in isIndirectAccess()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/ARCMigrate/
H A DTransProperties.cpp291 bool VisitBinAssign(BinaryOperator *E) { in VisitBinAssign()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/
H A DAMDGPUPerfHintAnalysis.cpp180 if (auto BO = dyn_cast<BinaryOperator>(V)) { in isIndirectAccess()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/ARCMigrate/
H A DTransProperties.cpp289 bool VisitBinaryOperator(BinaryOperator *E) { in VisitBinaryOperator()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp250 BasicValueFactory::evalAPSInt(BinaryOperator::Opcode Op, in evalAPSInt()
H A DLoopUnrolling.cpp265 auto CondOp = Matches[0].getNodeAs<BinaryOperator>("conditionOperator"); in shouldCompletelyUnroll()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/Transforms/Vectorize/
H A DVPlanTest.cpp782 BinaryOperator::CreateAdd(UndefValue::get(Int32), UndefValue::get(Int32)); in TEST()
959 auto *AI = BinaryOperator::CreateAdd(UndefValue::get(Int32), in TEST()
1096 BinaryOperator::CreateAdd(UndefValue::get(Int32), UndefValue::get(Int32)); in TEST()
/dports/math/py-mathics/Mathics3-2.2.0/mathics/builtin/files_io/
H A Dfiles.py50 from mathics.builtin.base import Builtin, Predefined, BinaryOperator, PrefixOperator
2082 class Put(BinaryOperator):
2173 class PutAppend(BinaryOperator):
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/Transforms/Vectorize/
H A DVPlanTest.cpp782 BinaryOperator::CreateAdd(UndefValue::get(Int32), UndefValue::get(Int32)); in TEST()
959 auto *AI = BinaryOperator::CreateAdd(UndefValue::get(Int32), in TEST()
1096 BinaryOperator::CreateAdd(UndefValue::get(Int32), UndefValue::get(Int32)); in TEST()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/Transforms/Vectorize/
H A DVPlanTest.cpp782 BinaryOperator::CreateAdd(UndefValue::get(Int32), UndefValue::get(Int32)); in TEST()
959 auto *AI = BinaryOperator::CreateAdd(UndefValue::get(Int32), in TEST()
1096 BinaryOperator::CreateAdd(UndefValue::get(Int32), UndefValue::get(Int32)); in TEST()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp665 PathDiagnosticLocation::createOperatorLoc(const BinaryOperator *BO, in createOperatorLoc()
847 BinaryOperatorKind Op = cast<BinaryOperator>(S)->getOpcode(); in getNextStmt()
889 if (const auto *B = dyn_cast<BinaryOperator>(S)) in createEndOfPath()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/Transforms/Vectorize/
H A DVPlanTest.cpp782 BinaryOperator::CreateAdd(UndefValue::get(Int32), UndefValue::get(Int32)); in TEST()
959 auto *AI = BinaryOperator::CreateAdd(UndefValue::get(Int32), in TEST()
1096 BinaryOperator::CreateAdd(UndefValue::get(Int32), UndefValue::get(Int32)); in TEST()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1211 BinaryOperator *SubOneOp; in detectPopcountIdiom()
1213 if ((SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(0)))) in detectPopcountIdiom()
1217 SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(1)); in detectPopcountIdiom()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp660 PathDiagnosticLocation::createOperatorLoc(const BinaryOperator *BO, in createOperatorLoc()
808 BinaryOperatorKind Op = cast<BinaryOperator>(S)->getOpcode(); in getNextStmt()
850 if (const auto *B = dyn_cast<BinaryOperator>(S)) in createEndOfPath()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/Transforms/Vectorize/
H A DVPlanTest.cpp782 BinaryOperator::CreateAdd(UndefValue::get(Int32), UndefValue::get(Int32)); in TEST()
959 auto *AI = BinaryOperator::CreateAdd(UndefValue::get(Int32), in TEST()
1096 BinaryOperator::CreateAdd(UndefValue::get(Int32), UndefValue::get(Int32)); in TEST()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1195 BinaryOperator *SubOneOp; in detectPopcountIdiom()
1197 if ((SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(0)))) in detectPopcountIdiom()
1201 SubOneOp = dyn_cast<BinaryOperator>(DefX2->getOperand(1)); in detectPopcountIdiom()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/Transforms/Vectorize/
H A DVPlanTest.cpp782 BinaryOperator::CreateAdd(UndefValue::get(Int32), UndefValue::get(Int32)); in TEST()
959 auto *AI = BinaryOperator::CreateAdd(UndefValue::get(Int32), in TEST()
1096 BinaryOperator::CreateAdd(UndefValue::get(Int32), UndefValue::get(Int32)); in TEST()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp660 PathDiagnosticLocation::createOperatorLoc(const BinaryOperator *BO, in createOperatorLoc()
804 BinaryOperatorKind Op = cast<BinaryOperator>(S)->getOpcode(); in getNextStmt()
842 if (const auto *B = dyn_cast<BinaryOperator>(S)) in createEndOfPath()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/SPIRV/
H A DSPIRVReader.cpp1594 BinaryOperator *transShiftLogicalBitwiseInst(SPIRVValue* BV, BasicBlock* BB,
2391 BinaryOperator *SPIRVToLLVM::transShiftLogicalBitwiseInst(SPIRVValue* BV, in transShiftLogicalBitwiseInst()
2400 auto Inst = BinaryOperator::Create(BO, in transShiftLogicalBitwiseInst()
3602 return mapValue(BV, BinaryOperator::CreateNSWNeg( in transValueWithoutDecoration()
3611 BinaryOperator in transValueWithoutDecoration()
3625 return mapValue(BV, BinaryOperator::CreateNot( in transValueWithoutDecoration()
3712 auto *out = BinaryOperator::CreateSRem(a, b, "", BB); in transValueWithoutDecoration()
3714 auto *sha = BinaryOperator::CreateAShr(a, ShiftOp, "", BB); in transValueWithoutDecoration()
3716 auto *shb = BinaryOperator::CreateAShr(b, ShiftOp, "", BB); in transValueWithoutDecoration()
3724 auto *and1 = BinaryOperator::CreateAnd(cmp1, cmp2, "", BB); in transValueWithoutDecoration()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Analysis/
H A DInlineCost.cpp378 bool visitSub(BinaryOperator &I);
379 bool visitBinaryOperator(BinaryOperator &I);
1462 bool CallAnalyzer::visitSub(BinaryOperator &I) { in visitSub()
1489 bool CallAnalyzer::visitBinaryOperator(BinaryOperator &I) { in visitBinaryOperator()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Analysis/
H A DInlineCost.cpp378 bool visitSub(BinaryOperator &I);
379 bool visitBinaryOperator(BinaryOperator &I);
1462 bool CallAnalyzer::visitSub(BinaryOperator &I) { in visitSub()
1489 bool CallAnalyzer::visitBinaryOperator(BinaryOperator &I) { in visitBinaryOperator()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Analysis/
H A DInlineCost.cpp378 bool visitSub(BinaryOperator &I);
379 bool visitBinaryOperator(BinaryOperator &I);
1462 bool CallAnalyzer::visitSub(BinaryOperator &I) { in visitSub()
1489 bool CallAnalyzer::visitBinaryOperator(BinaryOperator &I) { in visitBinaryOperator()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp894 BinaryOperator *SetjmpTableSize = BinaryOperator::Create( in runSjLjOnFunction()

1...<<181182183184185186187188189190>>...273