Home
last modified time | relevance | path

Searched refs:addUndef (Results 1 – 6 of 6) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVModule.h225 virtual SPIRVValue *addUndef(SPIRVType *TheType) = 0;
DSPIRVModule.cpp224 virtual SPIRVValue *addUndef(SPIRVType *TheType);
923 SPIRVModuleImpl::addUndef(SPIRVType *TheType) { in addUndef() function in SPIRV::SPIRVModuleImpl
/external/deqp-deps/glslang/StandAlone/
DStandAlone.cpp215 void addUndef(std::string undef) in addUndef() function in TPreamble
668 UserPreamble.addUndef(getStringOperand("-U<macro>: macro name")); in ProcessArguments()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp3782 void addUndef();
3800 void GeneralShuffle::addUndef() { in addUndef() function in GeneralShuffle
3836 addUndef(); in add()
3842 addUndef(); in add()
4094 GS.addUndef(); in tryBuildVectorShuffle()
4334 GS.addUndef(); in lowerVECTOR_SHUFFLE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp4033 void addUndef();
4051 void GeneralShuffle::addUndef() { in addUndef() function in GeneralShuffle
4094 addUndef(); in add()
4100 addUndef(); in add()
4359 GS.addUndef(); in tryBuildVectorShuffle()
4623 GS.addUndef(); in lowerVECTOR_SHUFFLE()
/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp786 return BM->addUndef(transType(V->getType())); in transConstant()