Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DMemorySSA.cpp87 B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
135 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
159 StoreInst *LeftStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
184 StoreInst *SecondEntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
225 StoreInst *SI = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
269 B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
307 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
310 StoreInst *SideStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
343 StoreInst *EntryStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
346 auto *SideStore = B.CreateStore(B.getInt8(16), PointerArg); in TEST_F()
[all …]
/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/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DPatternMatch.cpp450 Value *Val = IRB.CreateAdd(IRB.getInt8(0), IRB.getInt8(1)); in TEST_F()
451 Value *Val2 = IRB.CreateAdd(Val, IRB.getInt8(3)); in TEST_F()
459 Value *VI1 = IRB.CreateInsertElement(UndefVec, IRB.getInt8(1), (uint64_t)0); in TEST_F()
462 Value *VI4 = IRB.CreateInsertElement(VI1, IRB.getInt8(2), Val); in TEST_F()
474 Value *SP1 = IRB.CreateVectorSplat(2, IRB.getInt8(2)); in TEST_F()
DIRBuilderTest.cpp525 Vec = Builder.CreateInsertElement(Vec, Elt1, Builder.getInt8(1)); in TEST_F()
/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/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DFunctionComparator.cpp36 C = B.getInt8(addVal); in TestFunction()
/external/flatbuffers/tests/
DJavaScriptTest.js351 case 0: assert.strictEqual(!!view.getInt8(field_offset), bool_val); break;
352 case 1: assert.strictEqual(view.getInt8(field_offset), char_val); break;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp159 PN->addIncoming(Builder.getInt8(-1), SuspendBB); in createResumeEntryBlock()
319 auto *NewValue = Builder.getInt8(FnIndex ? 1 : 0); in createClone()
/external/llvm/unittests/IR/
DIRBuilderTest.cpp365 Vec = Builder.CreateInsertElement(Vec, Elt1, Builder.getInt8(1)); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp422 B.CreateMemSet(Dst, B.getInt8('\0'), LenOp, 1); in optimizeStrNCpy()
1892 B.CreateStore(B.getInt8(0), Ptr); in optimizeSPrintFString()
1989 B.CreateStore(B.getInt8(0), Ptr); in optimizeSnPrintFString()
/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()
DCodeGenFunction.cpp1511 Builder.CreateMemSet(DestPtr, Builder.getInt8(0), SizeVal, false); in EmitNullInitialization()
DCGExprScalar.cpp2394 Builder.getInt8(OpID), in EmitOverflowCheckedBinOp()
2395 Builder.getInt8(cast<llvm::IntegerType>(opTy)->getBitWidth()) in EmitOverflowCheckedBinOp()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSimplifyLibCalls.cpp488 B.CreateMemSet(Dst, B.getInt8('\0'), LenOp, 1); in CallOptimizer()
1223 B.CreateStore(B.getInt8(0), Ptr); in OptimizeFixedFormatString()
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp876 Builder.getInt8(Options.UseCfgChecksum), in insertCounterWriteout()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddot_op_emitter.cc242 b_->CreateMemSet(target, b_->getInt8(0), /*Size=*/size_bytes, in EmitTiledLlvmIrGemm()
/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-7.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp974 Builder.getInt8(Options.UseCfgChecksum), in insertCounterWriteout()
/external/v8/src/builtins/
Ddata-view.tq20 return 'DataView.prototype.getInt8';
/external/llvm/lib/IR/
DAutoUpgrade.cpp880 Builder.getInt8(Imm)}); in UpgradeIntrinsicCall()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DIRBuilder.h196 ConstantInt *getInt8(uint8_t C) { in getInt8() function

12