OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LoadBytes
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp
413
unsigned
LoadBytes
= WideBytes;
415
if (RemainingBytes >=
LoadBytes
) {
422
while (RemainingBytes <
LoadBytes
) {
423
LoadBytes
>>= 1; // Reduce the load size by half.
424
LoadVT = EVT::getIntegerVT(*DAG.getContext(),
LoadBytes
<< 3);
432
RemainingBytes -=
LoadBytes
;
433
Offset +=
LoadBytes
;
435
DAG.getIntPtrConstant(
LoadBytes
));
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
[
all
...]
Completed in 24 milliseconds