Home
last modified time | relevance | path

Searched defs:Size1 (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/Fuzzer/
DFuzzerCrossOver.cpp19 size_t MutationDispatcher::CrossOver(const uint8_t *Data1, size_t Size1, in CrossOver()
/external/llvm/lib/Fuzzer/test/
DCustomCrossOverTest.cpp29 extern "C" size_t LLVMFuzzerCustomCrossOver(const uint8_t *Data1, size_t Size1, in LLVMFuzzerCustomCrossOver()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFExpression.h37 Size1 = 0, enumerator
/external/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp329 int Size1 = Succ1->size(); in mergeLoads() local
487 int Size1 = Pred1->size(); in mergeStores() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp289 int Size1 = std::distance(InstsNoDbg.begin(), InstsNoDbg.end()); in mergeStores() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPURegisterBankInfo.cpp232 unsigned Size1 = getSizeInBits(Reg1, MRI, *TRI); in getDefaultMappingVOP() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonSubtarget.cpp293 unsigned Size1; in apply() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp98 unsigned Size1 = Bytes == 16 ? 8 : 1 << findLastSet(Bytes); in EmitTargetCodeForMemset() local
/external/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp99 unsigned Size1 = Bytes == 16 ? 8 : 1 << findLastSet(Bytes); in EmitTargetCodeForMemset() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86AvoidStoreForwardingBlocks.cpp578 unsigned Size1 = 0; in breakBlockedCopies() local
/external/python/cpython3/Modules/_ctypes/
D_ctypes_test.c667 } Size1; typedef
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7785 bool DAGCombiner::isAlias(SDValue Ptr1, int64_t Size1, in isAlias()