Home
last modified time | relevance | path

Searched refs:getLiteral (Results 1 – 11 of 11) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVDecorate.cpp86 SPIRVDecorateGeneric::getLiteral(size_t i) const { in getLiteral() function in SPIRV::SPIRVDecorateGeneric
207 auto EA = A->getLiteral(I); in operator ()()
208 auto EB = B->getLiteral(I); in operator ()()
230 auto EA = A.getLiteral(I); in operator ==()
231 auto EB = B.getLiteral(I); in operator ==()
DSPIRVFunction.cpp64 I->second->getLiteral(0)); in foreachAttr()
164 I->second->getLiteral(0)); in foreachReturnValueAttr()
DSPIRVEntry.cpp350 *Result = Loc->second->getLiteral(Index); in hasDecorate()
361 Value.insert(I->second->getLiteral(Index)); in getDecorate()
DSPIRVDecorate.h63 SPIRVWord getLiteral(size_t) const;
/external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/instruction/
DSmalideaInstruction.java162 SmaliLiteral literal = psiInstruction.getLiteral(); in getNarrowLiteral()
170 SmaliLiteral literal = psiInstruction.getLiteral(); in getWideLiteral()
181 psiInstruction.getLiteral().getText())); in getReference()
/external/parameter-framework/upstream/parameter/
DEnumParameterType.cpp160 getLiteral(signedValue, userValue); in fromBlackboard()
223 bool CEnumParameterType::getLiteral(int32_t iNumerical, string &strLiteral) const in getLiteral() function in CEnumParameterType
DEnumParameterType.h79 bool getLiteral(int32_t iNumerical, std::string &strLiteral) const;
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
DSmaliInstruction.java131 public SmaliLiteral getLiteral() { in getLiteral() method in SmaliInstruction
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600ControlFlowFinalizer.cpp360 void getLiteral(MachineInstr &MI, std::vector<MachineOperand *> &Lits) const { in getLiteral() function in __anon34125c9b0111::R600ControlFlowFinalizer
433 getLiteral(*BI, Literals); in MakeALUClause()
439 getLiteral(*I, Literals); in MakeALUClause()
/external/llvm/lib/Target/AMDGPU/
DR600ControlFlowFinalizer.cpp344 void getLiteral(MachineInstr &MI, std::vector<MachineOperand *> &Lits) const { in getLiteral() function in __anon69201f430111::R600ControlFlowFinalizer
417 getLiteral(*BI, Literals); in MakeALUClause()
423 getLiteral(*I, Literals); in MakeALUClause()
/external/icu/icu4c/source/test/intltest/
Dnumberformat2test.cpp1463 assertEquals("", 500, iter.getLiteral(str).length()); in TestAffixPattern()
1470 assertEquals("", 256, iter.getLiteral(str).length()); in TestAffixPattern()