Searched defs:ZeroAsNull (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.cpp | 231 getOrCreateConstFP(APFloat Val,MachineInstr & I,SPIRVType * SpvType,const SPIRVInstrInfo & TII,bool ZeroAsNull) getOrCreateConstFP() argument 267 getOrCreateConstInt(uint64_t Val,MachineInstr & I,SPIRVType * SpvType,const SPIRVInstrInfo & TII,bool ZeroAsNull) getOrCreateConstInt() argument 396 getOrCreateCompositeOrNull(Constant * Val,MachineInstr & I,SPIRVType * SpvType,const SPIRVInstrInfo & TII,Constant * CA,unsigned BitWidth,unsigned ElemCnt,bool ZeroAsNull) getOrCreateCompositeOrNull() argument 443 getOrCreateConstVector(uint64_t Val,MachineInstr & I,SPIRVType * SpvType,const SPIRVInstrInfo & TII,bool ZeroAsNull) getOrCreateConstVector() argument 462 getOrCreateConstVector(APFloat Val,MachineInstr & I,SPIRVType * SpvType,const SPIRVInstrInfo & TII,bool ZeroAsNull) getOrCreateConstVector() argument [all...] |
H A D | SPIRVInstructionSelector.cpp | 1617 bool ZeroAsNull = STI.isOpenCLEnv(); buildZerosVal() local 1640 bool ZeroAsNull = STI.isOpenCLEnv(); buildZerosValF() local [all...] |