/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXTargetMachine.h | 26 bool is64bit; variable 40 bool is64bit); 46 bool is64Bit() const { return is64bit; } in is64Bit()
|
H A D | NVPTXTargetMachine.cpp | 130 CodeGenOptLevel OL, bool is64bit) in NVPTXTargetMachine() argument 133 : LLVMTargetMachine(T, computeDataLayout(is64bit, UseShortPointersOpt), TT, in NVPTXTargetMachine() 136 is64bit(is64bit), TLOF(std::make_unique<NVPTXTargetObjectFile>()), in NVPTXTargetMachine()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcTargetMachine.cpp | 104 bool is64bit) in SparcTargetMachine() argument 105 : LLVMTargetMachine(T, computeDataLayout(TT, is64bit), TT, CPU, FS, Options, in SparcTargetMachine() 108 CM, getEffectiveRelocModel(RM), is64bit, JIT), in SparcTargetMachine() 110 TLOF(std::make_unique<SparcELFTargetObjectFile>()), is64Bit(is64bit) { in SparcTargetMachine()
|
H A D | SparcSubtarget.h | 54 const StringRef &FS, const TargetMachine &TM, bool is64bit); in getRegisterInfo()
|
H A D | SparcTargetMachine.h | 33 bool JIT, bool is64bit);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
H A D | ABIX86.cpp | 146 is64bit ? BaseRegToRegsMap::value_type("r" l "x", \ 159 is64bit ? BaseRegToRegsMap::value_type("r" r16, \ 186 BaseRegToRegsMap makeBaseRegMap(bool is64bit) { in makeBaseRegMap() argument 198 if (is64bit) { in makeBaseRegMap()
|
/freebsd/contrib/opencsd/decoder/include/common/ |
H A D | ocsd_pe_context.h | 61 void set64bit(const bool is64bit) { m_context.bits64 = is64bit ? 1 : 0; }; in set64bit() argument
|
/freebsd/sys/dev/tws/ |
H A D | tws.c | 517 sc->is64bit = (sizeof(bus_addr_t) == 8) ? true : false; in tws_init() 518 max_sg_elements = (sc->is64bit && !tws_use_32bit_sgls) ? in tws_init() 537 sc->is64bit); in tws_init() 557 TWS_TRACE_DEBUG(sc, "DMA cmd tag Create fail", max_sg_elements, sc->is64bit); in tws_init() 563 TWS_TRACE_DEBUG(sc, "DMA mem alloc fail", max_sg_elements, sc->is64bit); in tws_init() 590 TWS_TRACE_DEBUG(sc, "DMA cmd tag Create fail", max_sg_elements, sc->is64bit); in tws_init()
|
H A D | tws_hdm.c | 86 TWS_TRACE_DEBUG(sc, "entry", sc, sc->is64bit); in tws_init_ctlr() 90 TWS_TRACE_DEBUG(sc, "initConnect failed", 0, sc->is64bit); in tws_init_ctlr() 184 if ( sc->is64bit && !tws_use_32bit_sgls ) in tws_init_connect()
|
H A D | tws.h | 250 boolean is64bit; /* True - 64bit else 32bit */ member
|
H A D | tws_cam.c | 965 ((req->sc->is64bit && !tws_use_32bit_sgls) ? 4 : 2 ); in tws_dmamap_data_load_cbfn() 985 if ( sc->is64bit ) { in tws_fill_sg_list() 1254 TWS_TRACE_DEBUG(sc, "initConnect failed", 0, sc->is64bit); in tws_reinit()
|
H A D | tws_services.c | 116 if ( sc->is64bit ) in tws_trace()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 416 bool is64bit = VT == MVT::f64; in ARMMaterializeFP() local 423 if (is64bit) { in ARMMaterializeFP() 443 unsigned Opc = is64bit ? ARM::VLDRD : ARM::VLDRS; in ARMMaterializeFP() 1796 bool is64bit = VT == MVT::f64 || VT == MVT::i64; in SelectBinaryFPOp() local 1800 Opc = is64bit ? ARM::VADDD : ARM::VADDS; in SelectBinaryFPOp() 1803 Opc = is64bit ? ARM::VSUBD : ARM::VSUBS; in SelectBinaryFPOp() 1806 Opc = is64bit ? ARM::VMULD : ARM::VMULS; in SelectBinaryFPOp()
|
/freebsd/sys/arm64/arm64/ |
H A D | identcpu.c | 2198 bool is64bit; member 2210 .is64bit = _is64bit, \ 2690 parse_cpu_features(bool is64bit, struct cpu_desc *cpu_desc, u_long *hwcap, in parse_cpu_features() argument 2700 if (user_regs[i].is64bit != is64bit) in parse_cpu_features()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 3562 bool is64bit = Subtarget.isPPC64(); in LowerGlobalTLSAddressLinux() local 3583 SDValue TLSReg = is64bit ? DAG.getRegister(PPC::X13, MVT::i64) in LowerGlobalTLSAddressLinux() 3603 if (is64bit) { in LowerGlobalTLSAddressLinux() 3630 if (is64bit) { in LowerGlobalTLSAddressLinux() 3656 if (is64bit) { in LowerGlobalTLSAddressLinux() 12240 bool is64bit = Subtarget.isPPC64(); in EmitPartwordAtomicBinary() local 12242 unsigned ZeroReg = is64bit ? PPC::ZERO8 : PPC::ZERO; in EmitPartwordAtomicBinary() 12264 is64bit ? &PPC::G8RCRegClass : &PPC::GPRCRegClass; in EmitPartwordAtomicBinary() 12311 BuildMI(BB, dl, TII->get(is64bit ? PPC::ADD8 : PPC::ADD4), Ptr1Reg) in EmitPartwordAtomicBinary() 12320 .addReg(Ptr1Reg, 0, is64bit ? PPC::sub_32 : 0) in EmitPartwordAtomicBinary() [all …]
|