Searched refs:is64bit (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/NVPTX/
H A DNVPTXFrameLowering.h25 bool is64bit; member in class:llvm::NVPTXFrameLowering
30 tm(_tm), is64bit(_is64bit) {}
H A DNVPTXFrameLowering.cpp44 if (is64bit) {
62 if (is64bit)
H A DNVPTXTargetMachine.cpp71 bool is64bit)
73 Subtarget(TT, CPU, FS, is64bit),
75 InstrInfo(*this), TLInfo(*this), TSInfo(*this), FrameLowering(*this,is64bit)
63 NVPTXTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions& Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, bool is64bit) argument
H A DNVPTXTargetMachine.h55 bool is64bit);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Sparc/
H A DSparcSubtarget.h35 const std::string &FS, bool is64bit);
H A DSparcTargetMachine.cpp33 bool is64bit)
35 Subtarget(TT, CPU, FS, is64bit),
28 SparcTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, bool is64bit) argument
H A DSparcTargetMachine.h39 CodeGenOpt::Level OL, bool is64bit);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DOutputBuffer.h32 bool is64bit, bool le)
33 : Output(Out), is64Bit(is64bit), isLittleEndian(le) {}
31 OutputBuffer(std::vector<unsigned char> &Out, bool is64bit, bool le) argument
/macosx-10.9.5/libunwind-35.3/src/
H A Dlibuwind.cxx115 static bool is64bit(task_t task) function
132 else if ( is64bit(task) ) {
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_fork.c147 thread_t fork_create_child(task_t parent_task, proc_t child, int inherit_memory, int is64bit);
747 * is64bit TRUE, if the child being created will
767 fork_create_child(task_t parent_task, proc_t child_proc, int inherit_memory, int is64bit) argument
776 is64bit,
795 if (is64bit)
H A Dsys_generic.c760 boolean_t is64bit = FALSE; local
771 is64bit = proc_is64bit(p);
773 if (is64bit)
799 if (is64bit) {
814 if (is64bit) {
H A Dkern_descrip.c763 boolean_t is64bit; local
776 is64bit = proc_is64bit(p);
777 if (is64bit) {
2285 if (is64bit) {
2298 if (is64bit) {
H A Dkern_exec.c169 thread_t fork_create_child(task_t parent_task, proc_t child_proc, int inherit_memory, int is64bit);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1279 bool is64bit = PPCSubTarget.isPPC64(); local
1290 SDValue TLSReg = DAG.getRegister(is64bit ? PPC::X13 : PPC::R2,
1291 is64bit ? MVT::i64 : MVT::i32);
4878 bool is64bit, unsigned BinOpcode) const {
4905 is64bit ? (const TargetRegisterClass *) &PPC::G8RCRegClass :
4920 BuildMI(BB, dl, TII->get(is64bit ? PPC::LDARX : PPC::LWARX), dest)
4924 BuildMI(BB, dl, TII->get(is64bit ? PPC::STDCX : PPC::STWCX))
4948 bool is64bit = PPCSubTarget.isPPC64(); local
4949 unsigned ZeroReg = is64bit ? PPC::X0 : PPC::R0;
4973 is64bit
4877 EmitAtomicBinary(MachineInstr *MI, MachineBasicBlock *BB, bool is64bit, unsigned BinOpcode) const argument
5226 bool is64bit = MI->getOpcode() == PPC::ATOMIC_CMP_SWAP_I64; local
5296 bool is64bit = PPCSubTarget.isPPC64(); local
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c171 static int relocate_imageboot_source(vnode_t pvp, vnode_t vp, struct componentname *cnp, const char *fsname, vfs_context_t ctx, boolean_t is64bit, user_addr_t fsmountargs, boolean_t by_index);
1337 boolean_t is64bit, user_addr_t fsmountargs, boolean_t by_index)
1366 if (is64bit) {
1393 if (is64bit) {
7899 static int validate_namespace_args (int is64bit, int size);
7900 static int process_namespace_fsctl(nspace_type_t nspace_type, int is64bit, u_int size, caddr_t data);
8502 static inline int validate_namespace_args (int is64bit, int size) { argument
8504 if (is64bit) {
8537 static int process_namespace_fsctl(nspace_type_t nspace_type, int is64bit, u_int size, caddr_t data) argument
8553 error = validate_namespace_args (is64bit, siz
1335 relocate_imageboot_source(vnode_t pvp, vnode_t vp, struct componentname *cnp, const char *fsname, vfs_context_t ctx, boolean_t is64bit, user_addr_t fsmountargs, boolean_t by_index) argument
8605 boolean_t is64bit; local
[all...]
H A Dvfs_fsevents.c2188 int is64bit = proc_is64bit(p); local
2205 if (is64bit) {
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_readwrite.c1255 boolean_t is64bit; local
1292 is64bit = proc_is64bit(p);
1307 if (is64bit) {
1580 boolean_t is64bit; local
1606 is64bit = proc_is64bit(p);
2304 if (is64bit) {
2320 if (is64bit) {
2638 if (is64bit) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMFastISel.cpp514 bool is64bit = VT == MVT::f64; local
521 if (is64bit) {
546 unsigned Opc = is64bit ? ARM::VLDRD : ARM::VLDRS;
1819 bool is64bit = VT == MVT::f64 || VT == MVT::i64; local
1823 Opc = is64bit ? ARM::VADDD : ARM::VADDS;
1826 Opc = is64bit ? ARM::VSUBD : ARM::VSUBS;
1829 Opc = is64bit ? ARM::VMULD : ARM::VMULS;
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dtask.h470 boolean_t is64bit);
H A Dtask.c255 boolean_t is64bit)
263 if (is64bit) {
253 task_set_64bit( task_t task, boolean_t is64bit) argument

Completed in 246 milliseconds