/external/swiftshader/third_party/llvm-10.0/ |
D | Android.bp | 107 "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 …]
|
D | BUILD.gn | 267 "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 …]
|
D | CMakeLists.txt | 107 ${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/ |
D | CGObjCRuntime.h | 35 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 …]
|
D | ABIInfo.h | 28 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 …]
|
D | TargetInfo.h | 34 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 …]
|
D | CodeGenABITypes.cpp | 27 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()
|
D | CodeGenTBAA.h | 32 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) {
|
D | CGOpenMPRuntime.h | 47 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 …]
|
D | Address.h | 22 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/third_party/llvm-16.0/ |
D | Android.bp | 151 "llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp", 152 "llvm/lib/CodeGen/AllocationOrder.cpp", 153 "llvm/lib/CodeGen/Analysis.cpp", 154 "llvm/lib/CodeGen/AsmPrinter/AIXException.cpp", 155 "llvm/lib/CodeGen/AsmPrinter/ARMException.cpp", 156 "llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp", 157 "llvm/lib/CodeGen/AsmPrinter/AddressPool.cpp", 158 "llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp", 159 "llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp", 160 "llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp", [all …]
|
D | CMakeLists.txt | 143 ${LLVM_DIR}/lib/CodeGen/AggressiveAntiDepBreaker.cpp 144 ${LLVM_DIR}/lib/CodeGen/AllocationOrder.cpp 145 ${LLVM_DIR}/lib/CodeGen/Analysis.cpp 146 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/AIXException.cpp 147 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/ARMException.cpp 148 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/AccelTable.cpp 149 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/AddressPool.cpp 150 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/AsmPrinter.cpp 151 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp 152 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp [all …]
|
D | BUILD.gn | 321 "llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp", 322 "llvm/lib/CodeGen/AllocationOrder.cpp", 323 "llvm/lib/CodeGen/Analysis.cpp", 324 "llvm/lib/CodeGen/AsmPrinter/AIXException.cpp", 325 "llvm/lib/CodeGen/AsmPrinter/ARMException.cpp", 326 "llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp", 327 "llvm/lib/CodeGen/AsmPrinter/AddressPool.cpp", 328 "llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp", 329 "llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp", 330 "llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp", [all …]
|
/external/angle/third_party/clspv/gn/llvm/sources/ |
D | BUILD.gn | 935 # llvm/lib/CodeGen 936 "//$clspv_llvm_dir/llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp", 937 "//$clspv_llvm_dir/llvm/lib/CodeGen/AllocationOrder.cpp", 938 "//$clspv_llvm_dir/llvm/lib/CodeGen/Analysis.cpp", 939 "//$clspv_llvm_dir/llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp", 940 "//$clspv_llvm_dir/llvm/lib/CodeGen/AtomicExpandPass.cpp", 941 "//$clspv_llvm_dir/llvm/lib/CodeGen/BasicBlockPathCloning.cpp", 942 "//$clspv_llvm_dir/llvm/lib/CodeGen/BasicBlockSections.cpp", 943 "//$clspv_llvm_dir/llvm/lib/CodeGen/BasicBlockSectionsProfileReader.cpp", 944 "//$clspv_llvm_dir/llvm/lib/CodeGen/BasicTargetTransformInfo.cpp", [all …]
|
/external/pytorch/torch/csrc/jit/tensorexpr/ |
D | codegen.h | 14 class TORCH_API CodeGen { 20 CodeGen(StmtPtr stmt, Ts... ts) in CodeGen() function 23 CodeGen( 29 virtual ~CodeGen() = default; 115 const std::vector<CodeGen::BufferArg>& bufferArgs); 123 class CodeGen::BufferArg { 152 class CodeGen::CallArg { 219 using StmtFactoryMethod = std::function<std::unique_ptr<CodeGen>( 221 const std::vector<CodeGen::BufferArg>&, 248 const std::vector<CodeGen::BufferArg>& params, in RegisterCodeGen() [all …]
|
D | codegen.cpp | 10 CodeGen::CodeGen( in CodeGen() function in torch::jit::tensorexpr::CodeGen 56 std::unique_ptr<CodeGen> CreateCodeGen( in CreateCodeGen() 59 const std::vector<CodeGen::BufferArg>& params, in CreateCodeGen() 80 void* CodeGen::argToPtr(const BufferArg& bufferArg, const CallArg& callArg) { in argToPtr() 99 void CodeGen::call_with_numel(void** args, int64_t numel) { in call_with_numel() 259 const std::vector<CodeGen::BufferArg>& bufferArgs) { in ExtCallMemoryReuse() 285 void CodeGen::allocIntermediateBufs() { in allocIntermediateBufs()
|
/external/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 754 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/ |
D | LLVMBuild.txt | 1 ;===- ./lib/CodeGen/MIRParser/LLVMBuild.txt --------------------*- Conf -*--===; 21 parent = CodeGen 22 required_libraries = AsmParser CodeGen Core MC Support Target
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LLVMBuild.txt | 1 ;===- ./lib/CodeGen/SelectionDAG/LLVMBuild.txt -----------------*- Conf -*--===; 21 parent = CodeGen 22 required_libraries = Analysis CodeGen Core MC Support Target TransformUtils
|
/external/llvm/lib/CodeGen/GlobalISel/ |
D | LLVMBuild.txt | 1 ;===- ./lib/CodeGen/GlobalISel/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/SelectionDAG/ |
D | LLVMBuild.txt | 1 ;===- ./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/ |
D | LLVMBuild.txt | 1 ;===- ./lib/CodeGen/GlobalISel/LLVMBuild.txt -----------------*- Conf -*--===; 20 parent = CodeGen 21 required_libraries = Analysis CodeGen Core MC SelectionDAG Support Target TransformUtils
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | LLVMBuild.txt | 1 ;===- ./lib/CodeGen/MIRParser/LLVMBuild.txt --------------------*- Conf -*--===; 20 parent = CodeGen 21 required_libraries = AsmParser BinaryFormat CodeGen Core MC Support Target
|
/external/javassist/src/test/test2/ |
D | CodeGen.class | CodeGen.java
package test2
public test2.CodeGen extends java.lang.Object {
public String msg
... |
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/MIRParser/ |
D | CMakeLists.txt | 7 ${LLVM_MAIN_INCLUDE_DIR}/llvm/CodeGen/MIRParser 15 CodeGen
|