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

  /external/llvm/lib/Target/X86/
X86ISelLowering.h 548 /// isSafeMemOpType - Returns true if it's safe to use load / store of the
554 virtual bool isSafeMemOpType(MVT VT) const;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 731 virtual bool isSafeMemOpType(MVT /*VT*/) const { return true; }
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 55 milliseconds