Searched defs:Is64 (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/compiler/
H A Dmachine-operator.h644 bool Is64() const { return word() == MachineRepresentation::kWord64; } function
H A Dcode-assembler.cc82 bool CodeAssembler::Is64() const { return raw_assembler_->machine()->Is64(); } function in class:v8::internal::compiler::CodeAssembler
253 if (raw_assembler_->machine()->Is64()) {
260 if (raw_assembler_->machine()->Is64()) {
267 if (raw_assembler_->machine()->Is64()) {
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp80 bool Is64 = O->is64Bit(); local
81 unsigned SegmentLoadSize = Is64 ? sizeof(MachO::segment_command_64) :
83 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) :
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1771 bool Is64 = ELFT::Is64Bits; local
1774 << " Tag" << (Is64 ? " " : " ") << "Type"
1780 W.startLine() << " " << format_hex(Tag, Is64 ? 18 : 10, opts::Output != opts::GNU) << " "
2506 static inline void printRelocHeader(raw_ostream &OS, bool Is64, bool IsRela) { argument
2507 if (Is64)
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp5083 bool Is64 = Ops[0]->getType()->getPrimitiveSizeInBits() == 64; local
5084 llvm::Type *InTy = Is64 ? Int64Ty : Int32Ty;
5085 llvm::Type *FTy = Is64 ? DoubleTy : FloatTy;
5098 bool Is64 = Ops[0]->getType()->getPrimitiveSizeInBits() == 64; local
5099 llvm::Type *InTy = Is64 ? Int64Ty : Int32Ty;
5100 llvm::Type *FTy = Is64 ? DoubleTy : FloatTy;
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp6948 CompactUnwindEntry(StringRef Contents, unsigned Offset, bool Is64) argument
6950 if (Is64)
7066 bool Is64 = Obj->is64Bit(); local
7067 uint32_t PointerSize = Is64 ? sizeof(uint64_t) : sizeof(uint32_t);
7077 CompactUnwindEntry Entry(Contents.data(), Offset, Is64);

Completed in 217 milliseconds