Searched refs:Is64 (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/src/compiler/
H A Dchange-lowering.cc47 ((HeapNumber::kValueOffset / kPointerSize) * (machine()->Is64() ? 8 : 4));
90 if (machine()->Is64()) {
134 if (machine()->Is64()) {
222 machine()->Is64()
H A Dmachine-operator.h147 bool Is64() const { return word() == kRepWord64; } function in class:v8::internal::compiler::FINAL
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp840 bool Is64, raw_ostream &OS) {
941 bool Is64 = ELFT::Is64Bits; local
944 << " Tag" << (Is64 ? " " : " ") << "Type"
949 << format(Is64 ? "0x%016" PRIX64 : "0x%08" PRIX64, Entry.getTag())
951 printValue(Obj, Entry.getTag(), Entry.getVal(), Is64, OS);
839 printValue(const ELFFile<ELFT> *O, uint64_t Type, uint64_t Value, bool Is64, raw_ostream &OS) argument
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp263 bool Is64 = O->is64Bit(); local
264 unsigned SegmentLoadSize = Is64 ? sizeof(MachO::segment_command_64) :
266 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) :
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp4002 bool Is64 = Ops[0]->getType()->getPrimitiveSizeInBits() == 64; local
4003 llvm::Type *InTy = Is64 ? Int64Ty : Int32Ty;
4004 llvm::Type *FTy = Is64 ? DoubleTy : FloatTy;
4017 bool Is64 = Ops[0]->getType()->getPrimitiveSizeInBits() == 64; local
4018 llvm::Type *InTy = Is64 ? Int64Ty : Int32Ty;
4019 llvm::Type *FTy = Is64 ? DoubleTy : FloatTy;

Completed in 151 milliseconds