Home
last modified time | relevance | path

Searched refs:CodeGen (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/external/swiftshader/third_party/llvm-10.0/
DAndroid.bp107 "llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp",
108 "llvm/lib/CodeGen/AllocationOrder.cpp",
109 "llvm/lib/CodeGen/Analysis.cpp",
110 "llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp",
111 "llvm/lib/CodeGen/AsmPrinter/AddressPool.cpp",
112 "llvm/lib/CodeGen/AsmPrinter/ARMException.cpp",
113 "llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp",
114 "llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp",
115 "llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp",
116 "llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp",
[all …]
DBUILD.gn267 "llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp",
268 "llvm/lib/CodeGen/AllocationOrder.cpp",
269 "llvm/lib/CodeGen/Analysis.cpp",
270 "llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp",
271 "llvm/lib/CodeGen/AsmPrinter/AddressPool.cpp",
272 "llvm/lib/CodeGen/AsmPrinter/ARMException.cpp",
273 "llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp",
274 "llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp",
275 "llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp",
276 "llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp",
[all …]
DCMakeLists.txt107 ${LLVM_DIR}/lib/CodeGen/AggressiveAntiDepBreaker.cpp
108 ${LLVM_DIR}/lib/CodeGen/AllocationOrder.cpp
109 ${LLVM_DIR}/lib/CodeGen/Analysis.cpp
110 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/AccelTable.cpp
111 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/AddressPool.cpp
112 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/ARMException.cpp
113 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
114 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
115 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
116 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
[all …]
/external/clang/lib/CodeGen/
DCGObjCRuntime.h35 namespace CodeGen {
55 namespace CodeGen {
65 CodeGen::CodeGenModule &CGM;
66 CGObjCRuntime(CodeGen::CodeGenModule &CGM) : CGM(CGM) {} in CGObjCRuntime()
78 uint64_t ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM,
81 uint64_t ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM,
85 LValue EmitValueForIvarAtOffset(CodeGen::CodeGenFunction &CGF,
161 virtual CodeGen::RValue
162 GenerateMessageSend(CodeGen::CodeGenFunction &CGF,
177 virtual CodeGen::RValue
[all …]
DABIInfo.h28 namespace CodeGen {
51 CodeGen::CodeGenTypes &CGT;
56 ABIInfo(CodeGen::CodeGenTypes &cgt) in ABIInfo()
65 CodeGen::CGCXXABI &getCXXABI() const;
82 virtual void computeInfo(CodeGen::CGFunctionInfo &FI) const = 0;
91 virtual CodeGen::Address EmitVAArg(CodeGen::CodeGenFunction &CGF,
92 CodeGen::Address VAListAddr,
99 virtual CodeGen::Address EmitMSVAArg(CodeGen::CodeGenFunction &CGF,
100 CodeGen::Address VAListAddr,
115 CodeGen::ABIArgInfo
[all …]
DTargetInfo.h34 namespace CodeGen {
58 CodeGen::CodeGenModule &M) const {} in setTargetAttributes()
63 CodeGen::CodeGenModule &M) const {} in emitTargetMD()
88 virtual int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const { in getDwarfEHStackPointer()
96 virtual bool initDwarfEHRegSizeTable(CodeGen::CodeGenFunction &CGF, in initDwarfEHRegSizeTable()
106 virtual llvm::Value *decodeReturnAddress(CodeGen::CodeGenFunction &CGF, in decodeReturnAddress()
116 virtual llvm::Value *encodeReturnAddress(CodeGen::CodeGenFunction &CGF, in encodeReturnAddress()
126 virtual llvm::Type *adjustInlineAsmType(CodeGen::CodeGenFunction &CGF, in adjustInlineAsmType()
134 CodeGen::CodeGenFunction &CGF, CodeGen::LValue ReturnValue, in addReturnRegisterOutputs()
137 std::vector<CodeGen::LValue> &ResultRegDests, std::string &AsmString, in addReturnRegisterOutputs()
[all …]
DCodeGenTBAA.h32 namespace CodeGen {
126 template<> struct DenseMapInfo<clang::CodeGen::TBAAPathTag> {
127 static clang::CodeGen::TBAAPathTag getEmptyKey() {
128 return clang::CodeGen::TBAAPathTag(
134 static clang::CodeGen::TBAAPathTag getTombstoneKey() {
135 return clang::CodeGen::TBAAPathTag(
141 static unsigned getHashValue(const clang::CodeGen::TBAAPathTag &Val) {
147 static bool isEqual(const clang::CodeGen::TBAAPathTag &LHS,
148 const clang::CodeGen::TBAAPathTag &RHS) {
DCodeGenABITypes.cpp27 using namespace CodeGen;
30 CodeGen::arrangeObjCMessageSendSignature(CodeGenModule &CGM, in arrangeObjCMessageSendSignature()
37 CodeGen::arrangeFreeFunctionType(CodeGenModule &CGM, in arrangeFreeFunctionType()
44 CodeGen::arrangeFreeFunctionType(CodeGenModule &CGM, in arrangeFreeFunctionType()
50 CodeGen::arrangeCXXMethodType(CodeGenModule &CGM, in arrangeCXXMethodType()
58 CodeGen::arrangeFreeFunctionCall(CodeGenModule &CGM, in arrangeFreeFunctionCall()
DCGOpenMPRuntime.h47 namespace CodeGen {
65 intptr_t CodeGen; variable
72 static void CallbackFn(intptr_t CodeGen, CodeGenFunction &CGF, in CallbackFn() argument
74 return (*reinterpret_cast<Callable *>(CodeGen))(CGF, Action); in CallbackFn()
80 Callable &&CodeGen,
84 : CodeGen(reinterpret_cast<intptr_t>(&CodeGen)), in CodeGen() argument
131 const RegionCodeGenTy &CodeGen);
516 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen);
536 OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen,
857 const RegionCodeGenTy &CodeGen,
[all …]
DCGObjCMac.cpp42 using namespace CodeGen;
172 CodeGen::CodeGenModule &CGM;
198 CodeGen::CodeGenTypes &Types = CGM.getTypes(); in getExternalProtocolPtrTy()
236 CodeGen::CodeGenTypes &Types = CGM.getTypes(); in getGetPropertyFn()
251 CodeGen::CodeGenTypes &Types = CGM.getTypes(); in getSetPropertyFn()
270 CodeGen::CodeGenTypes &Types = CGM.getTypes(); in getOptimizedSetPropertyFn()
305 CodeGen::CodeGenTypes &Types = CGM.getTypes(); in getCopyStructFn()
325 CodeGen::CodeGenTypes &Types = CGM.getTypes(); in getCppAtomicObjectFunction()
339 CodeGen::CodeGenTypes &Types = CGM.getTypes(); in getEnumerationMutationFn()
351 CodeGen::CodeGenTypes &Types = CGM.getTypes(); in getLookUpClassFn()
[all …]
DAddress.h22 namespace CodeGen {
109 template <class U> inline U cast(CodeGen::Address addr) { in cast()
112 template <class U> inline bool isa(CodeGen::Address addr) { in isa()
DCGOpenMPRuntimeNVPTX.h24 namespace CodeGen {
135 const RegionCodeGenTy &CodeGen) override;
161 const RegionCodeGenTy &CodeGen) override;
DTargetInfo.cpp32 using namespace CodeGen;
59 static void AssignToArrayRange(CodeGen::CGBuilderTy &Builder, in AssignToArrayRange()
593 DefaultABIInfo(CodeGen::CodeGenTypes &CGT) : ABIInfo(CGT) {} in DefaultABIInfo()
613 DefaultTargetCodeGenInfo(CodeGen::CodeGenTypes &CGT) in DefaultTargetCodeGenInfo()
660 explicit WebAssemblyABIInfo(CodeGen::CodeGenTypes &CGT) in WebAssemblyABIInfo()
683 explicit WebAssemblyTargetCodeGenInfo(CodeGen::CodeGenTypes &CGT) in WebAssemblyTargetCodeGenInfo()
747 PNaClABIInfo(CodeGen::CodeGenTypes &CGT) : ABIInfo(CGT) {} in PNaClABIInfo()
759 PNaClTargetCodeGenInfo(CodeGen::CodeGenTypes &CGT) in PNaClTargetCodeGenInfo()
824 static llvm::Type* X86AdjustInlineAsmType(CodeGen::CodeGenFunction &CGF, in X86AdjustInlineAsmType()
944 X86_32ABIInfo(CodeGen::CodeGenTypes &CGT, bool DarwinVectorABI, in X86_32ABIInfo()
[all …]
DCGObjCRuntime.cpp27 using namespace CodeGen;
29 static uint64_t LookupFieldBitOffset(CodeGen::CodeGenModule &CGM, in LookupFieldBitOffset()
65 uint64_t CGObjCRuntime::ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM, in ComputeIvarBaseOffset()
72 uint64_t CGObjCRuntime::ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM, in ComputeIvarBaseOffset()
80 CodeGen::CodeGenModule &CGM, in ComputeBitfieldBitOffset()
86 LValue CGObjCRuntime::EmitValueForIvarAtOffset(CodeGen::CodeGenFunction &CGF, in EmitValueForIvarAtOffset()
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp754 LTOCodeGenerator CodeGen(Context); in main() local
757 CodeGen.setDiagnosticHandler(handleDiagnostics, nullptr); in main()
759 CodeGen.setCodePICModel(getRelocModel()); in main()
761 CodeGen.setDebugInfo(LTO_DEBUG_MODEL_DWARF); in main()
762 CodeGen.setTargetOptions(Options); in main()
763 CodeGen.setShouldRestoreGlobalsLinkage(RestoreGlobalsLinkage); in main()
793 CodeGen.setModule(std::move(Module)); in main()
794 } else if (!CodeGen.addModule(Module.get())) { in main()
802 CodeGen.addMustPreserveSymbol(ExportedSymbols[i].c_str()); in main()
806 CodeGen.addMustPreserveSymbol(KeptDSOSyms[i].c_str()); in main()
[all …]
/external/llvm/lib/CodeGen/MIRParser/
DLLVMBuild.txt1 ;===- ./lib/CodeGen/MIRParser/LLVMBuild.txt --------------------*- Conf -*--===;
21 parent = CodeGen
22 required_libraries = AsmParser CodeGen Core MC Support Target
/external/llvm/lib/CodeGen/GlobalISel/
DLLVMBuild.txt1 ;===- ./lib/CodeGen/GlobalISel/LLVMBuild.txt -----------------*- Conf -*--===;
21 parent = CodeGen
22 required_libraries = Analysis CodeGen Core MC Support Target TransformUtils
/external/llvm/lib/CodeGen/SelectionDAG/
DLLVMBuild.txt1 ;===- ./lib/CodeGen/SelectionDAG/LLVMBuild.txt -----------------*- Conf -*--===;
21 parent = CodeGen
22 required_libraries = Analysis CodeGen Core MC Support Target TransformUtils
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DLLVMBuild.txt1 ;===- ./lib/CodeGen/MIRParser/LLVMBuild.txt --------------------*- Conf -*--===;
20 parent = CodeGen
21 required_libraries = AsmParser BinaryFormat CodeGen Core MC Support Target
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLLVMBuild.txt1 ;===- ./lib/CodeGen/SelectionDAG/LLVMBuild.txt -----------------*- Conf -*--===;
20 parent = CodeGen
21 required_libraries = Analysis CodeGen Core MC Support Target TransformUtils
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLLVMBuild.txt1 ;===- ./lib/CodeGen/GlobalISel/LLVMBuild.txt -----------------*- Conf -*--===;
20 parent = CodeGen
21 required_libraries = Analysis CodeGen Core MC SelectionDAG Support Target TransformUtils
/external/llvm/include/llvm/
Dmodule.modulemap12 // A module covering CodeGen/ and Target/. These are intertwined
17 module CodeGen {
18 umbrella "CodeGen"
22 exclude header "CodeGen/MachineValueType.h"
26 exclude header "CodeGen/CommandFlags.h"
27 exclude header "CodeGen/LinkAllAsmWriterComponents.h"
28 exclude header "CodeGen/LinkAllCodegenComponents.h"
31 textual header "CodeGen/DIEValue.def"
281 header "CodeGen/MachineValueType.h"
/external/javassist/src/test/test2/
DCodeGen.classCodeGen.java package test2 public test2.CodeGen extends java.lang.Object { public String msg ...
/external/llvm/lib/CodeGen/AsmPrinter/
DLLVMBuild.txt1 ;===- ./lib/CodeGen/AsmPrinter/LLVMBuild.txt -------------------*- Conf -*--===;
22 required_libraries = Analysis CodeGen Core DebugInfoCodeView MC MCParser Support Target TransformUt…
/external/llvm/lib/CodeGen/
DLLVMBuild.txt1 ;===- ./lib/CodeGen/LLVMBuild.txt ------------------------------*- Conf -*--===;
23 name = CodeGen

12345678910>>...14