Searched refs:ZeroExt (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 417 bool ZeroExt, SelectionDAG &DAG) const;
|
D | HexagonISelLoweringHVX.cpp | 932 MVT ResTy, bool ZeroExt, SelectionDAG &DAG) const { in extendHvxVectorPred() argument 937 if (!ZeroExt) in extendHvxVectorPred()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringARM32.cpp | 1762 constexpr bool ZeroExt = false; in isLegalMemOffset() local 1763 return OperandARM32Mem::canHoldOffset(Ty, ZeroExt, Offset); in isLegalMemOffset() 2158 constexpr bool ZeroExt = false; in hiOperand() local 2159 if (!OperandARM32Mem::canHoldOffset(SplitType, ZeroExt, NextOffsetVal)) { in hiOperand() 6381 static constexpr bool ZeroExt = false; in legalize() local 6383 if (!OperandARM32Mem::canHoldOffset(Ty, ZeroExt, Offset->getValue())) { in legalize()
|
D | IceTargetLoweringMIPS32.cpp | 5415 constexpr bool ZeroExt = false; in formAddressingMode() local 5416 if (!OperandMIPS32Mem::canHoldOffset(Ty, ZeroExt, OffsetImm)) { in formAddressingMode() 5925 static constexpr bool ZeroExt = false; in legalize() local 5926 if (!OperandMIPS32Mem::canHoldOffset(Ty, ZeroExt, Offset->getValue())) { in legalize()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 12571 bool ZeroExt = In.getOpcode() == ISD::ZERO_EXTEND; in reduceBuildVecExtToExtBuildVec() local 12574 if (!ZeroExt && !AnyExt) { in reduceBuildVecExtToExtBuildVec()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 15396 bool ZeroExt = In.getOpcode() == ISD::ZERO_EXTEND; in reduceBuildVecExtToExtBuildVec() local 15399 if (!ZeroExt && !AnyExt) { in reduceBuildVecExtToExtBuildVec()
|