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

  /external/llvm/include/llvm/Target/
TargetLowering.h 276 EVT BitcastVT) const {
279 if (!LoadVT.isSimple() || !BitcastVT.isSimple())
287 getTypeToPromoteTo(ISD::LOAD, LoadMVT) == BitcastVT.getSimpleVT())
295 virtual bool isStoreBitCastBeneficial(EVT StoreVT, EVT BitcastVT) const {
297 return isLoadBitCastBeneficial(StoreVT, BitcastVT);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetLowering.h 382 EVT BitcastVT) const {
385 if (!LoadVT.isSimple() || !BitcastVT.isSimple())
393 getTypeToPromoteTo(ISD::LOAD, LoadMVT) == BitcastVT.getSimpleVT())
401 virtual bool isStoreBitCastBeneficial(EVT StoreVT, EVT BitcastVT) const {
403 return isLoadBitCastBeneficial(StoreVT, BitcastVT);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.h     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 55 milliseconds