Searched refs:ConstVec (Results 1 – 6 of 6) sorted by relevance
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVModule.cpp | 341 SPIRVConstantVector ConstVec; member in SPIRV::SPIRVModuleImpl 505 ConstVec.push_back(static_cast<SPIRVConstant*>(E)); in layoutEntry() 1192 SPIRVConstantVector ConstVec; member in SPIRV::TopologicalSort 1229 ConstVec.push_back(C); in visit() 1263 << S.ConstVec in operator <<() 1329 << TopologicalSort(MI.TypeVec, MI.ConstVec, MI.VariableVec, in operator <<()
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUISelLowering.cpp | 2298 SDValue ConstVec; in LowerByteImmed() local 2303 ConstVec = Op.getOperand(0); in LowerByteImmed() 2305 if (ConstVec.getNode()->getOpcode() != ISD::BUILD_VECTOR) { in LowerByteImmed() 2306 if (ConstVec.getNode()->getOpcode() == ISD::BITCAST) { in LowerByteImmed() 2307 ConstVec = ConstVec.getOperand(0); in LowerByteImmed() 2309 ConstVec = Op.getOperand(1); in LowerByteImmed() 2311 if (ConstVec.getNode()->getOpcode() == ISD::BITCAST) { in LowerByteImmed() 2312 ConstVec = ConstVec.getOperand(0); in LowerByteImmed() 2317 if (ConstVec.getNode()->getOpcode() == ISD::BUILD_VECTOR) { in LowerByteImmed() 2318 BuildVectorSDNode *BCN = dyn_cast<BuildVectorSDNode>(ConstVec.getNode()); in LowerByteImmed()
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 4969 SmallVector<Constant *, 4> ConstVec; in getConstantVector() local 4973 ConstVec.push_back(Val); in getConstantVector() 4975 ConstVec.push_back(UndefVal); in getConstantVector() 4977 return ConstantVector::get(ConstVec); in getConstantVector()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 7393 static bool isConstVecPow2(SDValue ConstVec, bool isSigned, uint64_t &C) in isConstVecPow2() argument 7397 for (unsigned I = 0, E = ConstVec.getValueType().getVectorNumElements(); in isConstVecPow2() 7399 ConstantFPSDNode *C = dyn_cast<ConstantFPSDNode>(ConstVec.getOperand(I)); in isConstVecPow2() 7438 SDValue ConstVec = Op->getOperand(1); in PerformVCVTCombine() local 7441 if (ConstVec.getOpcode() != ISD::BUILD_VECTOR || in PerformVCVTCombine() 7442 !isConstVecPow2(ConstVec, isSigned, C)) in PerformVCVTCombine() 7474 SDValue ConstVec = N->getOperand(1); in PerformVDIVCombine() local 7477 if (ConstVec.getOpcode() != ISD::BUILD_VECTOR || in PerformVDIVCombine() 7478 !isConstVecPow2(ConstVec, isSigned, C)) in PerformVDIVCombine()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 7696 SDValue ConstVec = Op->getOperand(1); in performFpToIntCombine() local 7697 if (!isa<BuildVectorSDNode>(ConstVec)) in performFpToIntCombine() 7715 BuildVectorSDNode *BV = cast<BuildVectorSDNode>(ConstVec); in performFpToIntCombine() 7768 SDValue ConstVec = N->getOperand(1); in performFDivCombine() local 7769 if (!isa<BuildVectorSDNode>(ConstVec)) in performFDivCombine() 7787 BuildVectorSDNode *BV = cast<BuildVectorSDNode>(ConstVec); in performFDivCombine()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 10400 SDValue ConstVec = Op->getOperand(1); in PerformVCVTCombine() local 10401 if (!isa<BuildVectorSDNode>(ConstVec)) in PerformVCVTCombine() 10418 BuildVectorSDNode *BV = cast<BuildVectorSDNode>(ConstVec); in PerformVCVTCombine() 10458 SDValue ConstVec = N->getOperand(1); in PerformVDIVCombine() local 10459 if (!isa<BuildVectorSDNode>(ConstVec)) in PerformVDIVCombine() 10476 BuildVectorSDNode *BV = cast<BuildVectorSDNode>(ConstVec); in PerformVDIVCombine()
|