/external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/instruction/ |
D | SmalideaInstruction.java | 162 SmaliLiteral literal = psiInstruction.getLiteral(); in getNarrowLiteral() 170 SmaliLiteral literal = psiInstruction.getLiteral(); in getWideLiteral() 181 psiInstruction.getLiteral().getText())); in getReference()
|
/external/parameter-framework/upstream/parameter/ |
D | EnumParameterType.cpp | 160 getLiteral(signedValue, userValue); in fromBlackboard() 223 bool CEnumParameterType::getLiteral(int32_t iNumerical, string &strLiteral) const in getLiteral() function in CEnumParameterType
|
D | EnumParameterType.h | 79 bool getLiteral(int32_t iNumerical, std::string &strLiteral) const;
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/ |
D | SmaliInstruction.java | 131 public SmaliLiteral getLiteral() { in getLiteral() method in SmaliInstruction
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600ControlFlowFinalizer.cpp | 359 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/ |
D | R600ControlFlowFinalizer.cpp | 358 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/ |
D | R600ControlFlowFinalizer.cpp | 344 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/ |
D | LLVMTypes.cpp | 210 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/ |
D | TypeTranslation.cpp | 270 return LLVM::LLVMStructType::getLiteral(&context, subtypes, in translate()
|
/external/llvm-project/mlir/tools/mlir-tblgen/ |
D | OpFormatGen.cpp | 265 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/ |
D | LLVMTypes.h | 446 static LLVMStructType getLiteral(MLIRContext *context,
|