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

  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 504 unsigned Size = CN->getValueSizeInBits(0);
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 133 /// getValueSizeInBits - Returns the size of the value in bits.
135 unsigned getValueSizeInBits() const {
598 /// getValueSizeInBits - Returns MVT::getSizeInBits(getValueType(ResNo)).
600 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 817 assert(VT.getSizeInBits() == 2 * N->getOperand(0).getValueSizeInBits() &&
    [all...]

Completed in 688 milliseconds