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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 130 /// is64BitVector - Return true if this is a 64-bit vector type.
131 bool is64BitVector() const {
132 return isSimple() ? V.is64BitVector() : isExtended64BitVector();
MachineValueType.h 202 /// is64BitVector - Return true if this is a 64-bit vector type.
203 bool is64BitVector() const {
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 275 SDValue GetVLDSTAlign(SDValue Align, unsigned NumVecs, bool is64BitVector);
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
AArch64ISelDAGToDAG.cpp     [all...]

Completed in 235 milliseconds