Home
last modified time | relevance | path

Searched refs:transAlign (Results 1 – 2 of 2) sorted by relevance

/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp194 bool transAlign(Value *V, SPIRVValue *BV);
1108 if (!transAlign(V, BV)) in transDecoration()
1119 LLVMToSPIRV::transAlign(Value *V, SPIRVValue *BV) { in transAlign() function in SPIRV::LLVMToSPIRV
DSPIRVReader.cpp303 bool transAlign(SPIRVValue *, Value *);
2132 if (!transAlign(BV, V)) in transDecoration()
2291 SPIRVToLLVM::transAlign(SPIRVValue *BV, Value *V) { in transAlign() function in SPIRV::SPIRVToLLVM