Home
last modified time | relevance | path

Searched refs:isVectorConstantLegal (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h698 bool isVectorConstantLegal(const SystemZSubtarget &Subtarget);
DSystemZISelDAGToDAG.cpp1592 if (VCI.isVectorConstantLegal(*Subtarget)) { in Select()
1604 bool Success = VCI.isVectorConstantLegal(*Subtarget); (void)Success; in Select()
DSystemZISelLowering.cpp698 bool SystemZVectorConstantInfo::isVectorConstantLegal( in isVectorConstantLegal() function in SystemZVectorConstantInfo
816 return SystemZVectorConstantInfo(Imm).isVectorConstantLegal(Subtarget); in isFPImmLegal()
4894 if (SystemZVectorConstantInfo(BVN).isVectorConstantLegal(Subtarget)) in lowerBUILD_VECTOR()