OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getValueSizeInBits
(Results
1 - 11
of
11
) sorted by null
/external/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.cpp
365
unsigned Size = CN->
getValueSizeInBits
(0);
MipsISelLowering.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGAtomic.cpp
82
uint64_t
getValueSizeInBits
() const { return AtomicSizeInBits; }
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp
[
all
...]
X86ISelLowering.cpp
[
all
...]
/external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
138
///
getValueSizeInBits
- Returns the size of the value in bits.
140
unsigned
getValueSizeInBits
() const {
618
///
getValueSizeInBits
- Returns MVT::getSizeInBits(getValueType(ResNo)).
620
unsigned
getValueSizeInBits
(unsigned ResNo) const {
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
[
all
...]
SelectionDAGISel.cpp
[
all
...]
LegalizeVectorTypes.cpp
[
all
...]
TargetLowering.cpp
[
all
...]
SelectionDAG.cpp
798
assert(VT.getSizeInBits() == 2 * N->getOperand(0).
getValueSizeInBits
() &&
[
all
...]
Completed in 55 milliseconds