Home
last modified time | relevance | path

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

/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-10.0/llvm/lib/Target/AMDGPU/
DR600ControlFlowFinalizer.cpp359 void getLiteral(MachineInstr &MI, std::vector<MachineOperand *> &Lits) const { in getLiteral() function in __anon1fd692430111::R600ControlFlowFinalizer
432 getLiteral(*BI, Literals); in MakeALUClause()
438 getLiteral(*I, Literals); in MakeALUClause()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DR600ControlFlowFinalizer.cpp358 void getLiteral(MachineInstr &MI, std::vector<MachineOperand *> &Lits) const { in getLiteral() function in __anon80c5c7cf0111::R600ControlFlowFinalizer
431 getLiteral(*BI, Literals); in MakeALUClause()
437 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 __anonfc610de10111::R600ControlFlowFinalizer
417 getLiteral(*BI, Literals); in MakeALUClause()
423 getLiteral(*I, Literals); in MakeALUClause()
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMTypes.cpp210 return LLVMStructType::getLiteral(context, elements, isPacked); in getStructTy()
413 LLVMStructType LLVMStructType::getLiteral(MLIRContext *context, in getLiteral() function in LLVMStructType
/external/llvm-project/mlir/lib/Target/LLVMIR/
DTypeTranslation.cpp270 return LLVM::LLVMStructType::getLiteral(&context, subtypes, in translate()
/external/llvm-project/mlir/tools/mlir-tblgen/
DOpFormatGen.cpp265 StringRef getLiteral() const { return literal; } in getLiteral() function in __anon81548fc80411::LiteralElement
1058 genLiteralParser(literal->getLiteral(), body); in genElementParser()
1098 genLiteralParser(literal->getLiteral(), body); in genElementParser()
1620 return genLiteralPrinter(literal->getLiteral(), body, shouldEmitSpace, in genElementPrinter()
2282 if (!literal || literal->getLiteral() != ":") in verifyAttributes()
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
DLLVMTypes.h446 static LLVMStructType getLiteral(MLIRContext *context,