Home
last modified time | relevance | path

Searched defs:LoadBytes (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp882 static void LoadIntFromMemory(APInt &IntVal, uint8_t *Src, unsigned LoadBytes) { in LoadIntFromMemory()
911 const unsigned LoadBytes = getTargetData()->getTypeStoreSize(Ty); in LoadValueFromMemory() local
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1092 static void LoadIntFromMemory(APInt &IntVal, uint8_t *Src, unsigned LoadBytes) { in LoadIntFromMemory()
1122 const unsigned LoadBytes = getDataLayout().getTypeStoreSize(Ty); in LoadValueFromMemory() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1098 static void LoadIntFromMemory(APInt &IntVal, uint8_t *Src, unsigned LoadBytes) { in LoadIntFromMemory()
1128 const unsigned LoadBytes = getDataLayout().getTypeStoreSize(Ty); in LoadValueFromMemory() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp535 unsigned LoadBytes = WideBytes; in ExpandLoad() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp596 unsigned LoadBytes = WideBytes; in ExpandLoad() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7910 uint64_t LoadBytes = Mem->getMemoryVT().getSizeInBits()/8; in shouldReduceLoadWidth() local