Home
last modified time | relevance | path

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

12345678910>>...19

/external/swiftshader/third_party/LLVM/
DAndroid.mk37 lib/CodeGen/SelectionDAG/DAGCombiner.cpp \
38 lib/CodeGen/SelectionDAG/FastISel.cpp \
39 lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp \
40 lib/CodeGen/SelectionDAG/InstrEmitter.cpp \
41 lib/CodeGen/SelectionDAG/LegalizeDAG.cpp \
42 lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp \
43 lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp \
44 lib/CodeGen/SelectionDAG/LegalizeTypes.cpp \
45 lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp \
46 lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp \
[all …]
DAndroid.bp102 "lib/CodeGen/SelectionDAG/DAGCombiner.cpp",
103 "lib/CodeGen/SelectionDAG/FastISel.cpp",
104 "lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp",
105 "lib/CodeGen/SelectionDAG/InstrEmitter.cpp",
106 "lib/CodeGen/SelectionDAG/LegalizeDAG.cpp",
107 "lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp",
108 "lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp",
109 "lib/CodeGen/SelectionDAG/LegalizeTypes.cpp",
110 "lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp",
111 "lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp",
[all …]
DBUILD.gn108 "lib/CodeGen/AggressiveAntiDepBreaker.cpp",
109 "lib/CodeGen/AllocationOrder.cpp",
110 "lib/CodeGen/Analysis.cpp",
111 "lib/CodeGen/BranchFolding.cpp",
112 "lib/CodeGen/CalcSpillWeights.cpp",
113 "lib/CodeGen/CallingConvLower.cpp",
114 "lib/CodeGen/CodeGen.cpp",
115 "lib/CodeGen/CodePlacementOpt.cpp",
116 "lib/CodeGen/CriticalAntiDepBreaker.cpp",
117 "lib/CodeGen/DeadMachineInstructionElim.cpp",
[all …]
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk111 llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp \
112 llvm/lib/CodeGen/AllocationOrder.cpp \
113 llvm/lib/CodeGen/Analysis.cpp \
114 llvm/lib/CodeGen/AsmPrinter/ARMException.cpp \
115 llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp \
116 llvm/lib/CodeGen/AsmPrinter/AddressPool.cpp \
117 llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp \
118 llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp \
119 llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp \
120 llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp \
[all …]
DBUILD.gn682 "llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp",
683 "llvm/lib/CodeGen/AllocationOrder.cpp",
684 "llvm/lib/CodeGen/Analysis.cpp",
685 "llvm/lib/CodeGen/AsmPrinter/ARMException.cpp",
686 "llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp",
687 "llvm/lib/CodeGen/AsmPrinter/AddressPool.cpp",
688 "llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp",
689 "llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp",
690 "llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp",
691 "llvm/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() function
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 …]
DCGOpenMPRuntimeNVPTX.h24 namespace CodeGen {
135 const RegionCodeGenTy &CodeGen) override;
161 const RegionCodeGenTy &CodeGen) override;
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()
/external/swiftshader/
DCMakeLists.txt335 ${LLVM_DIR}/lib/CodeGen/AggressiveAntiDepBreaker.cpp
336 ${LLVM_DIR}/lib/CodeGen/AllocationOrder.cpp
337 ${LLVM_DIR}/lib/CodeGen/Analysis.cpp
338 ${LLVM_DIR}/lib/CodeGen/BranchFolding.cpp
339 ${LLVM_DIR}/lib/CodeGen/CalcSpillWeights.cpp
340 ${LLVM_DIR}/lib/CodeGen/CallingConvLower.cpp
341 ${LLVM_DIR}/lib/CodeGen/CodePlacementOpt.cpp
342 ${LLVM_DIR}/lib/CodeGen/CriticalAntiDepBreaker.cpp
343 ${LLVM_DIR}/lib/CodeGen/DeadMachineInstructionElim.cpp
344 ${LLVM_DIR}/lib/CodeGen/DwarfEHPrepare.cpp
[all …]
/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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto/
Dllvm-lto.cpp859 LTOCodeGenerator CodeGen(Context); in main() local
862 CodeGen.setDiagnosticHandler(handleDiagnostics, nullptr); in main()
864 CodeGen.setCodePICModel(getRelocModel()); in main()
865 CodeGen.setFreestanding(EnableFreestanding); in main()
867 CodeGen.setDebugInfo(LTO_DEBUG_MODEL_DWARF); in main()
868 CodeGen.setTargetOptions(Options); in main()
869 CodeGen.setShouldRestoreGlobalsLinkage(RestoreGlobalsLinkage); in main()
899 CodeGen.setModule(std::move(Module)); in main()
900 } else if (!CodeGen.addModule(Module.get())) { in main()
908 CodeGen.addMustPreserveSymbol(ExportedSymbols[i]); in main()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lto/
Dlto.cpp340 LibLTOCodeGenerator *CodeGen = in createCodeGen() local
343 CodeGen->setTargetOptions(Options); in createCodeGen()
344 return wrap(CodeGen); in createCodeGen()
475 ThinLTOCodeGenerator *CodeGen = new ThinLTOCodeGenerator(); in thinlto_create_codegen() local
476 CodeGen->setTargetOptions(InitTargetOptionsFromCodeGenFlags()); in thinlto_create_codegen()
477 CodeGen->setFreestanding(EnableFreestanding); in thinlto_create_codegen()
482 CodeGen->setOptLevel(OptLevel - '0'); in thinlto_create_codegen()
485 CodeGen->setCodeGenOptLevel(CodeGenOpt::None); in thinlto_create_codegen()
488 CodeGen->setCodeGenOptLevel(CodeGenOpt::Less); in thinlto_create_codegen()
491 CodeGen->setCodeGenOptLevel(CodeGenOpt::Default); in thinlto_create_codegen()
[all …]
/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/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/llvm-7.0/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-7.0/llvm/lib/CodeGen/MIRParser/
DLLVMBuild.txt1 ;===- ./lib/CodeGen/MIRParser/LLVMBuild.txt --------------------*- Conf -*--===;
21 parent = CodeGen
22 required_libraries = AsmParser BinaryFormat CodeGen Core MC Support Target
/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"

12345678910>>...19