HomeSort by relevance Sort by last modified time
    Searched refs:getValueSizeInBits (Results 1 - 14 of 14) sorted by null

  /external/clang/lib/CodeGen/
CGAtomic.cpp 73 uint64_t getValueSizeInBits() const { return AtomicSizeInBits; }
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
LegalizeVectorTypes.cpp     [all...]
TargetLowering.cpp     [all...]
SelectionDAGISel.cpp     [all...]
SelectionDAG.cpp 858 assert(VT.getSizeInBits() == 2 * N->getOperand(0).getValueSizeInBits() &&
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
MipsSEISelDAGToDAG.cpp 684 unsigned Size = CN->getValueSizeInBits(0);
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 166 /// getValueSizeInBits - Returns the size of the value in bits.
168 unsigned getValueSizeInBits() const {
659 /// getValueSizeInBits - Returns MVT::getSizeInBits(getValueType(ResNo)).
661 unsigned getValueSizeInBits(unsigned ResNo) const {
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 756 milliseconds