Home
last modified time | relevance | path

Searched refs:getInt8 (Results 1 – 25 of 48) sorted by relevance

12

/external/llvm-project/llvm/unittests/Analysis/
DMemorySSATest.cpp88 B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
136 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
160 StoreInst *LeftStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
185 StoreInst *SecondEntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
226 StoreInst *SI = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
270 B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
308 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
311 StoreInst *SideStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
344 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
347 auto *SideStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
[all …]
DBasicAliasAnalysisTest.cpp88 GlobalPtr->setInitializer(B.getInt8(0)); in TEST_F()
DVectorUtilsTest.cpp86 Constant *ScalarC = IRB.getInt8(42); in TEST_F()
89 Constant *OtherScalarC = IRB.getInt8(-42); in TEST_F()
/external/libchrome/mojo/public/js/lib/
Dbuffer.js79 Buffer.prototype.getInt8 = function(offset) { method in Buffer
80 return this.dataView.getInt8(offset);
Dcodec.js58 var result = this.buffer.getInt8(this.next);
/external/llvm/unittests/Transforms/Utils/
DMemorySSA.cpp83 StoreInst *StoreInst = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
124 StoreInst *StoreInst = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
167 StoreInst *StoreInst = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
/external/llvm-project/llvm/unittests/Transforms/Utils/
DFunctionComparatorTest.cpp35 C = B.getInt8(addVal); in TestFunction()
/external/flatbuffers/tests/
DJavaScriptTest.js353 case 0: assert.strictEqual(!!view.getInt8(field_offset), bool_val); break;
354 case 1: assert.strictEqual(view.getInt8(field_offset), char_val); break;
/external/llvm-project/llvm/lib/Transforms/Utils/
DAMDGPUEmitPrintf.cpp102 auto CharZero = Builder.getInt8(0); in getStrlenWithNull()
DSimplifyLibCalls.cpp604 CallInst *NewCI = B.CreateMemSet(Dst, B.getInt8('\0'), Size, Align(1)); in optimizeStrNCpy()
2497 B.CreateStore(B.getInt8(0), Ptr); in optimizeSPrintFString()
2635 B.CreateStore(B.getInt8(0), Ptr); in optimizeSnPrintFString()
/external/llvm-project/clang/lib/CodeGen/
DCGCoroutine.cpp219 Switch->addCase(Builder.getInt8(0), ReadyBlock); in emitSuspendExpression()
220 Switch->addCase(Builder.getInt8(1), CleanupBlock); in emitSuspendExpression()
DCGExprCXX.cpp576 CGF.Builder.getInt8(0), StoreSizeVal); in EmitNullBaseClassInitialization()
1024 Builder.CreateMemSet(CurPtr, Builder.getInt8(0), RemainingSize, false); in EmitNewArrayInitializer()
/external/llvm-project/llvm/unittests/IR/
DPatternMatch.cpp935 Value *Val = IRB.CreateAdd(IRB.getInt8(0), IRB.getInt8(1)); in TEST_F()
936 Value *Val2 = IRB.CreateAdd(Val, IRB.getInt8(3)); in TEST_F()
944 Value *VI1 = IRB.CreateInsertElement(UndefVec, IRB.getInt8(1), (uint64_t)0); in TEST_F()
947 Value *VI4 = IRB.CreateInsertElement(VI1, IRB.getInt8(2), Val); in TEST_F()
959 Value *SP1 = IRB.CreateVectorSplat(2, IRB.getInt8(2)); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddot_op_emitter.cc262 b_->CreateMemSet(target_ptr, b_->getInt8(0), /*Size=*/size_bytes, in EmitLinalgMatmul()
359 b_->CreateMemSet(target, b_->getInt8(0), /*Size=*/size_bytes, in EmitTiledLlvmIrGemm()
/external/llvm/unittests/IR/
DIRBuilderTest.cpp365 Vec = Builder.CreateInsertElement(Vec, Elt1, Builder.getInt8(1)); in TEST_F()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp351 PN->addIncoming(Builder.getInt8(-1), SuspendBB); in createResumeEntryBlock()
469 SuspendResult = Builder.getInt8(isSwitchDestroyFunction() ? 1 : 0); in replaceCoroSuspends()
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp362 PN->addIncoming(Builder.getInt8(-1), SuspendBB); in createResumeEntryBlock()
488 SuspendResult = Builder.getInt8(isSwitchDestroyFunction() ? 1 : 0); in replaceCoroSuspends()
/external/bcc/src/cc/frontends/b/
Dcodegen_llvm.cc824 B.CreateMemSet(leaf_ptr, B.getInt8(0), B.getInt64(n->table_->leaf_id()->bit_width_ >> 3), 1); in visit_table_index_expr_node()
1006 B.CreateMemSet(ptr_a, B.getInt8(0), B.getInt64(decl->bit_width_ >> 3), 1); in visit_struct_variable_decl_stmt_node()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp434 CGF.Builder.getInt8(0), StoreSizeVal); in EmitNullBaseClassInitialization()
944 Builder.CreateMemSet(CurPtr, Builder.getInt8(0), RemainingSize, false); in EmitNewArrayInitializer()
DTargetInfo.cpp3729 NumRegs = Builder.CreateAdd(NumRegs, Builder.getInt8(1)); in EmitVAArg()
3730 NumRegs = Builder.CreateAnd(NumRegs, Builder.getInt8((uint8_t) ~1U)); in EmitVAArg()
3734 Builder.CreateICmpULT(NumRegs, Builder.getInt8(OverflowLimit), "cond"); in EmitVAArg()
3766 Builder.CreateMul(NumRegs, Builder.getInt8(RegSize.getQuantity())); in EmitVAArg()
3775 Builder.getInt8((isI64 || (isF64 && IsSoftFloatABI)) ? 2 : 1)); in EmitVAArg()
3786 Builder.CreateStore(Builder.getInt8(OverflowLimit), NumRegsAddr); in EmitVAArg()
DCGExprAgg.cpp1424 CGF.Builder.CreateMemSet(Loc, CGF.Builder.getInt8(0), SizeVal, false); in CheckAggExprForMemSetUse()
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp876 Builder.getInt8(Options.UseCfgChecksum), in insertCounterWriteout()
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp376 B.CreateMemSet(Dst, B.getInt8('\0'), LenOp, 1); in optimizeStrNCpy()
1697 B.CreateStore(B.getInt8(0), Ptr); in optimizeSPrintFString()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp629 CallInst *NewCI = B.CreateMemSet(Dst, B.getInt8('\0'), Size, Align::None()); in optimizeStrNCpy()
2502 B.CreateStore(B.getInt8(0), Ptr); in optimizeSPrintFString()
2616 B.CreateStore(B.getInt8(0), Ptr); in optimizeSnPrintFString()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp1018 Builder.getInt8(Options.UseCfgChecksum), in insertCounterWriteout()

12