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

/external/v8/src/compiler/
H A Dmachine-operator.h612 bool Is64() const { return word() == MachineRepresentation::kWord64; } function in class:v8::internal::compiler::final
H A Dcode-assembler.cc78 bool CodeAssembler::Is64() const { return raw_assembler_->machine()->Is64(); } function in class:v8::internal::compiler::CodeAssembler
220 if (raw_assembler_->machine()->Is64()) {
227 if (raw_assembler_->machine()->Is64()) {
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1567 bool Is64 = ELFT::Is64Bits; local
1570 << " Tag" << (Is64 ? " " : " ") << "Type"
1576 W.startLine() << " " << format_hex(Tag, Is64 ? 18 : 10, true) << " "
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp73 bool Is64 = O->is64Bit(); local
74 unsigned SegmentLoadSize = Is64 ? sizeof(MachO::segment_command_64) :
76 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) :
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp4611 bool Is64 = Ops[0]->getType()->getPrimitiveSizeInBits() == 64; local
4612 llvm::Type *InTy = Is64 ? Int64Ty : Int32Ty;
4613 llvm::Type *FTy = Is64 ? DoubleTy : FloatTy;
4626 bool Is64 = Ops[0]->getType()->getPrimitiveSizeInBits() == 64; local
4627 llvm::Type *InTy = Is64 ? Int64Ty : Int32Ty;
4628 llvm::Type *FTy = Is64 ? DoubleTy : FloatTy;
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp6353 CompactUnwindEntry(StringRef Contents, unsigned Offset, bool Is64) argument
6355 if (Is64)
6453 bool Is64 = Obj->is64Bit(); local
6454 uint32_t PointerSize = Is64 ? sizeof(uint64_t) : sizeof(uint32_t);
6464 CompactUnwindEntry Entry(Contents.data(), Offset, Is64);

Completed in 400 milliseconds