Searched refs:llvm (Results 376 - 400 of 405) sorted by relevance

<<11121314151617

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.h17 #include "llvm/ADT/DenseMap.h"
18 #include "llvm/Bitcode/BitstreamReader.h"
19 #include "llvm/Bitcode/LLVMBitCodes.h"
20 #include "llvm/IR/Attributes.h"
21 #include "llvm/IR/GVMaterializer.h"
22 #include "llvm/IR/OperandTraits.h"
23 #include "llvm/IR/Type.h"
24 #include "llvm/IR/ValueHandle.h"
27 namespace llvm { namespace
34 using namespace llvm;
[all...]
H A DBitcodeReader.cpp14 #include "llvm/Bitcode/ReaderWriter.h"
17 #include "llvm/ADT/SmallString.h"
18 #include "llvm/ADT/SmallVector.h"
19 #include "llvm/IR/AutoUpgrade.h"
20 #include "llvm/IR/Constants.h"
21 #include "llvm/IR/DerivedTypes.h"
22 #include "llvm/IR/InlineAsm.h"
23 #include "llvm/IR/IntrinsicInst.h"
24 #include "llvm/IR/Module.h"
25 #include "llvm/I
201 namespace llvm { namespace
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.h17 #include "llvm/ADT/DenseMap.h"
18 #include "llvm/Bitcode/BitstreamReader.h"
19 #include "llvm/Bitcode/LLVMBitCodes.h"
20 #include "llvm/IR/Attributes.h"
21 #include "llvm/IR/GVMaterializer.h"
22 #include "llvm/IR/OperandTraits.h"
23 #include "llvm/IR/Type.h"
24 #include "llvm/IR/ValueHandle.h"
27 namespace llvm { namespace
34 using namespace llvm;
[all...]
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64RelocationHelpers.h13 #include <llvm/Support/Host.h>
86 if (llvm::sys::IsLittleEndianHost)
/frameworks/compile/slang/
H A Dslang_rs_export_foreach.cpp26 #include "llvm/IR/DerivedTypes.h"
240 llvm::StringRef ParamName = PVD->getName();
340 llvm::StringRef Name = FD->getName();
438 llvm::StringRef Name = "root";
H A Dslang_rs_reflection_cpp.cpp741 IndexVarName.append(llvm::utostr_32(Level));
964 llvm::APInt api = Val.getInt();
978 llvm::APFloat apf = Val.getFloat();
979 llvm::SmallString<30> s;
982 if (&apf.getSemantics() == &llvm::APFloat::IEEEsingle) {
H A Dslang_rs_reflection.cpp30 #include "llvm/ADT/APFloat.h"
31 #include "llvm/ADT/StringExtras.h"
94 return mPaddingPrefix + llvm::itostr(mPaddingFieldIndex++);
1002 llvm::APInt api = Val.getInt();
1016 llvm::APFloat apf = Val.getFloat();
1017 llvm::SmallString<30> s;
1020 if (&apf.getSemantics() == &llvm::APFloat::IEEEsingle) {
1266 IndexVarName.append(llvm::utostr_32(Level));
H A Dslang_rs_reflect_utils.cpp24 #include "llvm/ADT/StringRef.h"
264 if (!SlangUtils::CreateDirectoryWithParents(llvm::StringRef(output_path),
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSection.h13 #include <llvm/Support/DataTypes.h>
69 /// different from llvm::SectionKind. Type is format-dependent, but
70 /// llvm::SectionKind is format independent and is used for bit-code.
/frameworks/compile/mclinker/include/mcld/Script/
H A DOperand.h16 #include <llvm/Support/DataTypes.h>
H A DOperator.h13 #include <llvm/Support/DataTypes.h>
/frameworks/compile/mclinker/lib/Script/
H A DOutputSectDesc.cpp17 #include <llvm/Support/Casting.h>
H A DBinaryOp.cpp15 #include <llvm/Support/Casting.h>
248 SectOperand* sect = llvm::cast<SectOperand>(m_pOperand[0]);
H A DScriptScanner.ll16 #include <llvm/ADT/StringRef.h>
201 llvm::StringRef str(yytext, yyleng);
/frameworks/compile/mclinker/lib/Support/
H A DPath.cpp12 #include <llvm/ADT/StringRef.h>
/frameworks/compile/mclinker/lib/LD/
H A DGarbageCollection.cpp24 #include <llvm/Support/Casting.h>
162 Relocation* reloc = llvm::cast<Relocation>(reloc_it);
H A DResolveInfo.cpp13 #include <llvm/Support/ManagedStatic.h>
/frameworks/rs/
H A DAndroid.mk276 LLVM_ROOT_PATH := external/llvm
314 include $(LLVM_ROOT_PATH)/llvm-device-build.mk
355 include $(LLVM_ROOT_PATH)/llvm-host-build.mk
/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h15 #include <llvm/Support/DataTypes.h>
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp316 // Because llvm::iplist will touch the removed node, we must clear
340 llvm::Triple triple(m_pConfig->targets().triple());
/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp22 #include <llvm/Support/Casting.h>
/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFSymbol.hxx77 using namespace llvm;
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp15 #include "llvm/ADT/STLExtras.h"
16 #include "llvm/ADT/SmallPtrSet.h"
17 #include "llvm/IR/Constants.h"
18 #include "llvm/IR/DerivedTypes.h"
19 #include "llvm/IR/Instructions.h"
20 #include "llvm/IR/Module.h"
21 #include "llvm/IR/ValueSymbolTable.h"
22 #include "llvm/Support/Debug.h"
23 #include "llvm/Support/raw_ostream.h"
25 using namespace llvm;
[all...]
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp15 #include "llvm/ADT/STLExtras.h"
16 #include "llvm/ADT/SmallPtrSet.h"
17 #include "llvm/IR/Constants.h"
18 #include "llvm/IR/DerivedTypes.h"
19 #include "llvm/IR/Instructions.h"
20 #include "llvm/IR/Module.h"
21 #include "llvm/IR/ValueSymbolTable.h"
22 #include "llvm/Support/Debug.h"
23 #include "llvm/Support/raw_ostream.h"
25 using namespace llvm;
[all...]
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp15 #include "llvm/ADT/STLExtras.h"
16 #include "llvm/ADT/SmallPtrSet.h"
17 #include "llvm/IR/Constants.h"
18 #include "llvm/IR/DerivedTypes.h"
19 #include "llvm/IR/Instructions.h"
20 #include "llvm/IR/Module.h"
21 #include "llvm/IR/ValueSymbolTable.h"
22 #include "llvm/Support/Debug.h"
23 #include "llvm/Support/raw_ostream.h"
25 using namespace llvm;
[all...]

Completed in 554 milliseconds

<<11121314151617