Home
last modified time | relevance | path

Searched refs:FillVal (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp5199 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, InVT) : in ModifyToType() local
5203 Ops[i] = FillVal; in ModifyToType()
5223 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, EltVT) : in ModifyToType() local
5226 Ops[Idx] = FillVal; in ModifyToType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp28231 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, EltVT) : in ExtendToType() local
28234 Ops.push_back(FillVal); in ExtendToType()
28237 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, NVT) : in ExtendToType() local
28239 return DAG.getNode(ISD::INSERT_SUBVECTOR, dl, NVT, FillVal, in ExtendToType()