Searched defs:FillVal (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 3843 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, InVT) : in ModifyToType() local 3867 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, EltVT) : in ModifyToType() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 5199 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, InVT) : in ModifyToType() local 5223 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, EltVT) : in ModifyToType() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 299 Constant *FillVal = ConstantInt::get(ITy, Fill); in SimplifyAnyMemSet() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 7062 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, InVT) : in ModifyToType() local
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 21382 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, EltVT) : in ExtendToType() local 21388 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, NVT) : in ExtendToType() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 28234 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, EltVT) : in ExtendToType() local 28240 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, NVT) : in ExtendToType() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 32806 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, EltVT) : in ExtendToType() local 32812 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, NVT) : in ExtendToType() local
|