/llvm-project/mlir/lib/Target/LLVMIR/ |
H A D | TypeFromLLVM.cpp | 80 Type translate(llvm::ArrayType *type) { in translate() function in mlir::LLVM::detail::TypeFromLLVMIRTranslatorImpl 86 Type translate(llvm::FunctionType *type) { in translate() function in mlir::LLVM::detail::TypeFromLLVMIRTranslatorImpl 94 Type translate(llvm::IntegerType *type) { in translate() function in mlir::LLVM::detail::TypeFromLLVMIRTranslatorImpl 99 Type translate(llvm::PointerType *type) { in translate() function in mlir::LLVM::detail::TypeFromLLVMIRTranslatorImpl 104 Type translate(llvm::StructType *type) { in translate() function in mlir::LLVM::detail::TypeFromLLVMIRTranslatorImpl 126 Type translate(llvm::FixedVectorType *type) { in translate() function in mlir::LLVM::detail::TypeFromLLVMIRTranslatorImpl 132 Type translate(llvm::ScalableVectorType *type) { in translate() function in mlir::LLVM::detail::TypeFromLLVMIRTranslatorImpl 138 Type translate(llvm::TargetExtType *type) { in translate() function in mlir::LLVM::detail::TypeFromLLVMIRTranslatorImpl
|
H A D | TypeToLLVM.cpp | 89 llvm::Type *translate(LLVM::LLVMArrayType type) { in translate() function in mlir::LLVM::detail::TypeToLLVMIRTranslatorImpl 95 llvm::Type *translate(LLVM::LLVMFunctionType type) { in translate() function in mlir::LLVM::detail::TypeToLLVMIRTranslatorImpl 103 llvm::Type *translate(IntegerType type) { in translate() function in mlir::LLVM::detail::TypeToLLVMIRTranslatorImpl 108 llvm::Type *translate(LLVM::LLVMPointerType type) { in translate() function in mlir::LLVM::detail::TypeToLLVMIRTranslatorImpl 115 llvm::Type *translate(LLVM::LLVMStructType type) { in translate() function in mlir::LLVM::detail::TypeToLLVMIRTranslatorImpl 136 llvm::Type *translate(VectorType type) { in translate() function in mlir::LLVM::detail::TypeToLLVMIRTranslatorImpl 147 llvm::Type *translate(LLVM::LLVMFixedVectorType type) { in translate() function in mlir::LLVM::detail::TypeToLLVMIRTranslatorImpl 153 llvm::Type *translate(LLVM::LLVMScalableVectorType type) { in translate() function in mlir::LLVM::detail::TypeToLLVMIRTranslatorImpl 159 llvm::Type *translate(LLV function in mlir::LLVM::detail::TypeToLLVMIRTranslatorImpl [all...] |
H A D | DebugTranslation.h | 55 auto translate(DIAttrT attr) { in translate() function
|
H A D | DebugImporter.h | 53 auto translate(DINodeT *node) { translate() function
|
H A D | DebugTranslation.cpp | 61 void DebugTranslation::translate(LLVMFuncOp func, llvm::Function &llvmFunc) { in translate() function in DebugTranslation 373 llvm::DINode *DebugTranslation::translate(DINodeAttr attr) { translate() function in DebugTranslation [all...] |
H A D | DebugImporter.cpp | 285 DINodeAttr DebugImporter::translate(llvm::DINode *node) { translate() function in DebugImporter [all...] |
/llvm-project/llvm/unittests/ADT/ |
H A D | TypeSwitchTest.cpp | 32 auto translate = [](auto value) { in TEST() local 46 auto translate = [](auto value) { in TEST() local 60 auto translate = [](auto value) { in TEST() local 76 auto translate = [](auto value) { in TEST() local 91 auto translate = [](auto value) { in TEST() local 106 auto translate = [](auto value) { in TEST() local
|
/llvm-project/lldb/packages/Python/lldbsuite/test/ |
H A D | lldbplatform.py | 49 def translate(values): function
|
/llvm-project/llvm/utils/ |
H A D | check_ninja_deps.py | 93 def ancestors(g, translate=lambda x: x): argument
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCBoolRetToInt.cpp | 92 Value *translate(Value *V) { translate() function in __anon8a6e75300111::PPCBoolRetToInt
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | OperatorsRepresentationCheck.cpp | 88 static llvm::StringRef translate(llvm::StringRef Value) { in translate() function
|
/llvm-project/bolt/lib/Profile/ |
H A D | BoltAddressTranslation.cpp | 491 uint64_t BoltAddressTranslation::translate(uint64_t FuncAddress, translate() function in llvm::bolt::BoltAddressTranslation
|
/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
H A D | SymbolFileBreakpad.cpp | 159 FileSpecList SupportFileMap::translate(const FileSpec &cu_spec, in translate() function in SupportFileMap
|
/llvm-project/clang/lib/Analysis/ |
H A D | ThreadSafetyCommon.cpp | 234 til::SExpr *SExprBuilder::translate(const Stmt *S, CallingContext *Ctx) { translate() function in SExprBuilder [all...] |
/llvm-project/clang/unittests/Tooling/ |
H A D | ASTSelectionTest.cpp | 22 SourceLocation translate(const SourceManager &SM) { in translate() function
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 3461 bool IRTranslator::translate(const Instruction &Inst) { translate() function in IRTranslator 3479 bool IRTranslator::translate(const Constant &C, Register Reg) { translate() function in IRTranslator [all...] |