Home
last modified time | relevance | path

Searched defs:translate (Results 1 – 16 of 16) sorted by relevance

/llvm-project/mlir/lib/Target/LLVMIR/
H A DTypeFromLLVM.cpp80 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 DTypeToLLVM.cpp89 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 DDebugTranslation.h55 auto translate(DIAttrT attr) { in translate() function
H A DDebugImporter.h53 auto translate(DINodeT *node) { translate() function
H A DDebugTranslation.cpp61 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 DDebugImporter.cpp285 DINodeAttr DebugImporter::translate(llvm::DINode *node) { translate() function in DebugImporter
[all...]
/llvm-project/llvm/unittests/ADT/
H A DTypeSwitchTest.cpp32 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 Dlldbplatform.py49 def translate(values): function
/llvm-project/llvm/utils/
H A Dcheck_ninja_deps.py93 def ancestors(g, translate=lambda x: x): argument
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp92 Value *translate(Value *V) { translate() function in __anon8a6e75300111::PPCBoolRetToInt
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DOperatorsRepresentationCheck.cpp88 static llvm::StringRef translate(llvm::StringRef Value) { in translate() function
/llvm-project/bolt/lib/Profile/
H A DBoltAddressTranslation.cpp491 uint64_t BoltAddressTranslation::translate(uint64_t FuncAddress, translate() function in llvm::bolt::BoltAddressTranslation
/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp159 FileSpecList SupportFileMap::translate(const FileSpec &cu_spec, in translate() function in SupportFileMap
/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp234 til::SExpr *SExprBuilder::translate(const Stmt *S, CallingContext *Ctx) { translate() function in SExprBuilder
[all...]
/llvm-project/clang/unittests/Tooling/
H A DASTSelectionTest.cpp22 SourceLocation translate(const SourceManager &SM) { in translate() function
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3461 bool IRTranslator::translate(const Instruction &Inst) { translate() function in IRTranslator
3479 bool IRTranslator::translate(const Constant &C, Register Reg) { translate() function in IRTranslator
[all...]