OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FullValue
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Hexagon/Disassembler/
HexagonDisassembler.cpp
625
uint32_t
fullValue
(MCInstrInfo const &MCII,
645
int64_t
FullValue
=
fullValue
(*Disassembler.MCII,
648
int64_t Extended = SignExtend64<32>(
FullValue
);
658
int64_t
FullValue
=
fullValue
(*Disassembler.MCII,
661
assert(
FullValue
>= 0 && "Negative in unsigned decoder");
662
HexagonMCInstrInfo::addConstant(MI,
FullValue
, Disassembler.getContext());
764
uint32_t
FullValue
=
fullValue
(*Disassembler.MCII
[
all
...]
/external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp
622
Value *
FullValue
= SI.getValueOperand();
623
if (!getVectorLayout(
FullValue
->getType(), SI.getAlignment(), Layout,
630
Scatterer Val = scatter(&SI,
FullValue
);
Completed in 2853 milliseconds