Home
last modified time | relevance | path

Searched defs:Add (Results 1 – 25 of 166) sorted by relevance

1234567

/llvm-project/flang/include/flang/Evaluate/
H A Dinitial-image.h40 Result Add(ConstantSubscript, std::size_t, const A &, FoldingContext &) { in Add() function
44 Result Add(ConstantSubscript offset, std::size_t bytes, const Constant<T> &x, in Add() function
64 Result Add(ConstantSubscript offset, std::size_t bytes, in Add() function
103 Result Add(ConstantSubscript offset, std::size_t bytes, const Expr<T> &x, in Add() function
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_ignoreset.cpp22 void IgnoreSet::Add(StackID stack_id) { in Add() function in __tsan::IgnoreSet
/llvm-project/lldb/source/Host/common/
H A DNativeWatchpointList.cpp16 Status NativeWatchpointList::Add(addr_t addr, size_t size, uint32_t watch_flags, in Add() function in NativeWatchpointList
/llvm-project/llvm/examples/ModuleMaker/
H A DModuleMaker.cpp54 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three, in main() local
/llvm-project/clang/include/clang/Sema/
H A DCXXFieldCollector.h55 void Add(FieldDecl *D) { in Add() function
/llvm-project/libc/test/include/
H A Dstdckdint_test.cpp13 TEST(LlvmLibcStdCkdIntTest, Add) { in TEST() argument
/llvm-project/llvm/examples/HowToUseJIT/
H A DHowToUseJIT.cpp99 Value *Add = builder.CreateAdd(One, ArgX); in main() local
/llvm-project/bolt/lib/Passes/
H A DFixRelaxationPass.cpp42 const MCInst &Add = *NextII; in runOnFunction() local
/llvm-project/flang/include/flang/Common/
H A Dfast-int-set.h63 bool Add(int n) { in Add() function
/llvm-project/llvm/examples/HowToUseLLJIT/
H A DHowToUseLLJIT.cpp69 Value *Add = builder.CreateAdd(One, ArgX); in createDemoModule() local
/llvm-project/llvm/unittests/CodeGen/
H A DSelectionDAGPatternMatchTest.cpp254 SDValue Mul = DAG->getNode(ISD::MUL, DL, Int32VT, Add, Sub); in TEST_F() local
131 SDValue Add = DAG->getNode(ISD::ADD, DL, Int32VT, Op0, Op1); TEST_F() local
303 SDValue Add = DAG->getNode(ISD::ADD, DL, Int32VT, Op0, Op1); TEST_F() local
361 SDValue Add = DAG->getNode(ISD::ADD, DL, Int64VT, Op0, Op0); TEST_F() local
[all...]
/llvm-project/llvm/lib/Target/ARC/
H A DARCMCInstLower.cpp72 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(MCSym, OffsetExpr, *Ctx); in LowerSymbolOperand() local
H A DARCOptAddrMode.cpp192 bool ARCOptAddrMode::noUseOfAddBeforeLoadOrStore(const MachineInstr *Add, in noUseOfAddBeforeLoadOrStore()
230 for (auto &Add : MRI->use_nodbg_instructions(B)) { in tryToCombine() local
275 ARCOptAddrMode::canJoinInstructions(MachineInstr *Ldst, MachineInstr *Add, in canJoinInstructions()
/llvm-project/clang/test/SemaTemplate/
H A Dalias-church-numerals.cpp18 typename X> using Add = A<F, B<F, X>>; typedef
/llvm-project/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.cpp73 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(MCSym, OffsetExpr, *Ctx); in LowerSymbolOperand() local
/llvm-project/lldb/source/DataFormatters/
H A DDataVisualization.cpp92 void DataVisualization::Categories::Add(ConstString category) { in Add() function in DataVisualization::Categories
175 void DataVisualization::NamedSummaryFormats::Add( in Add() function in DataVisualization::NamedSummaryFormats
/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64ExternalSymbolizer.cpp169 const MCExpr *Add = nullptr; tryAddingSymbolicOperand() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_stats.h29 void Add(AllocatorStat i, uptr v) { in Add() function
/llvm-project/llvm/lib/Analysis/
H A DIVUsers.cpp74 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(S)) { in isInteresting() local
348 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(S)) { in findAddRecForLoop() local
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPDecompositionTest.cpp728 auto Add = red::makeOp(omp::clause::DefinedOperator::IntrinsicOperator::Add); TEST_F() local
813 auto Add = red::makeOp(omp::clause::DefinedOperator::IntrinsicOperator::Add); TEST_F() local
860 auto Add = red::makeOp(omp::clause::DefinedOperator::IntrinsicOperator::Add); TEST_F() local
878 auto Add = red::makeOp(omp::clause::DefinedOperator::IntrinsicOperator::Add); TEST_F() local
896 auto Add = red::makeOp(omp::clause::DefinedOperator::IntrinsicOperator::Add); TEST_F() local
913 auto Add = red::makeOp(omp::clause::DefinedOperator::IntrinsicOperator::Add); TEST_F() local
935 auto Add = red::makeOp(omp::clause::DefinedOperator::IntrinsicOperator::Add); TEST_F() local
958 auto Add = red::makeOp(omp::clause::DefinedOperator::IntrinsicOperator::Add); TEST_F() local
981 auto Add = red::makeOp(omp::clause::DefinedOperator::IntrinsicOperator::Add); TEST_F() local
[all...]
/llvm-project/llvm/unittests/Transforms/IPO/
H A DFunctionSpecializationTest.cpp169 Instruction &Add = BB1.front(); TEST_F() local
235 Instruction &Add = BB1.front(); TEST_F() local
369 Instruction &Add = Case1.front(); TEST_F() local
/llvm-project/llvm/unittests/IR/
H A DDemandedBitsTest.cpp58 TEST(DemandedBitsTest, Add) { in TEST() argument
/llvm-project/llvm/include/llvm/Support/
H A DRegistry.h121 Add(StringRef Name, StringRef Desc) Add() function
/llvm-project/llvm/lib/MC/MCDisassembler/
H A DMCExternalSymbolizer.cpp85 const MCExpr *Add = nullptr; tryAddingSymbolicOperand() local
/llvm-project/llvm/include/llvm/Bitstream/
H A DBitCodes.h119 void Add(const BitCodeAbbrevOp &OpInfo) { in Add() function

1234567