/external/llvm/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 281 bool &isLoad, bool &isStore) { in GetInstrType() 334 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local 392 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ArrayBoundChecker.cpp | 36 void ArrayBoundChecker::checkLocation(SVal l, bool isLoad, const Stmt* LoadS, in checkLocation()
|
D | DereferenceChecker.cpp | 180 void DereferenceChecker::checkLocation(SVal l, bool isLoad, const Stmt* S, in checkLocation()
|
D | ArrayBoundCheckerV2.cpp | 84 void ArrayBoundCheckerV2::checkLocation(SVal location, bool isLoad, in checkLocation()
|
D | NSErrorChecker.cpp | 203 void NSOrCFErrorDerefChecker::checkLocation(SVal loc, bool isLoad, in checkLocation()
|
D | ObjCSelfInitChecker.cpp | 301 void ObjCSelfInitChecker::checkLocation(SVal location, bool isLoad, in checkLocation()
|
/external/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 380 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom() 449 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getSimplePointerDependencyFrom() 766 bool isLoad = !(MR & MRI_Mod); in getDependency() local 956 bool isLoad = isa<LoadInst>(QueryInst); in getNonLocalPointerDependency() local 1008 Instruction *QueryInst, const MemoryLocation &Loc, bool isLoad, in GetNonLocalInfoForBlock() 1123 const MemoryLocation &Loc, bool isLoad, BasicBlock *StartBB, in getNonLocalPointerDepFromBB()
|
/external/proguard/src/proguard/classfile/instruction/ |
D | VariableInstruction.java | 158 public boolean isLoad() in isLoad() method in VariableInstruction
|
/external/valgrind/VEX/priv/ |
D | host_arm64_defs.c | 888 ARM64Instr* ARM64Instr_LdSt64 ( Bool isLoad, HReg rD, ARM64AMode* amode ) { in ARM64Instr_LdSt64() 896 ARM64Instr* ARM64Instr_LdSt32 ( Bool isLoad, HReg rD, ARM64AMode* amode ) { in ARM64Instr_LdSt32() 904 ARM64Instr* ARM64Instr_LdSt16 ( Bool isLoad, HReg rD, ARM64AMode* amode ) { in ARM64Instr_LdSt16() 912 ARM64Instr* ARM64Instr_LdSt8 ( Bool isLoad, HReg rD, ARM64AMode* amode ) { in ARM64Instr_LdSt8() 1013 ARM64Instr* ARM64Instr_VLdStH ( Bool isLoad, HReg sD, HReg rN, UInt uimm12 ) { in ARM64Instr_VLdStH() 1023 ARM64Instr* ARM64Instr_VLdStS ( Bool isLoad, HReg sD, HReg rN, UInt uimm12 ) { in ARM64Instr_VLdStS() 1033 ARM64Instr* ARM64Instr_VLdStD ( Bool isLoad, HReg dD, HReg rN, UInt uimm12 ) { in ARM64Instr_VLdStD() 1043 ARM64Instr* ARM64Instr_VLdStQ ( Bool isLoad, HReg rQ, HReg rN ) { in ARM64Instr_VLdStQ() 3049 Bool isLoad, UInt wD, ARM64AMode* am ) in do_load_or_store8() 3098 Bool isLoad, UInt wD, ARM64AMode* am ) in do_load_or_store16() [all …]
|
D | host_arm_defs.c | 1137 Bool isLoad, HReg rD, ARMAMode1* amode ) { in ARMInstr_LdSt32() 1148 Bool isLoad, Bool signedLoad, in ARMInstr_LdSt16() 1161 Bool isLoad, HReg rD, ARMAMode1* amode ) { in ARMInstr_LdSt8U() 1249 ARMInstr* ARMInstr_VLdStD ( Bool isLoad, HReg dD, ARMAModeV* am ) { in ARMInstr_VLdStD() 1257 ARMInstr* ARMInstr_VLdStS ( Bool isLoad, HReg fD, ARMAModeV* am ) { in ARMInstr_VLdStS() 1377 ARMInstr* ARMInstr_NLdStQ ( Bool isLoad, HReg dQ, ARMAModeN *amode ) { in ARMInstr_NLdStQ() 1386 ARMInstr* ARMInstr_NLdStD ( Bool isLoad, HReg dD, ARMAModeN *amode ) { in ARMInstr_NLdStD() 2925 Bool isLoad, UInt rD, ARMAMode1* am ) in do_load_or_store32()
|
D | host_arm_defs.h | 670 Bool isLoad; member 677 Bool isLoad; member 685 Bool isLoad; member 765 Bool isLoad; member 771 Bool isLoad; member 899 Bool isLoad; member 904 Bool isLoad; member
|
D | host_arm64_defs.h | 581 Bool isLoad; member 587 Bool isLoad; member 593 Bool isLoad; member 599 Bool isLoad; member 679 Bool isLoad; member 686 Bool isLoad; member 693 Bool isLoad; member 700 Bool isLoad; member
|
D | host_x86_defs.c | 768 X86Instr* X86Instr_FpLdSt ( Bool isLoad, UChar sz, HReg reg, X86AMode* addr ) { in X86Instr_FpLdSt() 778 X86Instr* X86Instr_FpLdStI ( Bool isLoad, UChar sz, in X86Instr_FpLdStI() 832 X86Instr* X86Instr_SseLdSt ( Bool isLoad, HReg reg, X86AMode* addr ) { in X86Instr_SseLdSt()
|
D | host_x86_defs.h | 549 Bool isLoad; member 558 Bool isLoad; member 600 Bool isLoad; member
|
D | host_mips_defs.c | 1053 MIPSInstr *MIPSInstr_FpLdSt(Bool isLoad, UChar sz, HReg reg, MIPSAMode * addr) in MIPSInstr_FpLdSt() 2406 static UChar* do_load_or_store_machine_word ( UChar* p, Bool isLoad, UInt reg, in do_load_or_store_machine_word() 2449 static UChar* do_load_or_store_word32 ( UChar* p, Bool isLoad, UInt reg, in do_load_or_store_word32()
|
D | host_ppc_defs.c | 940 PPCInstr* PPCInstr_FpLdSt ( Bool isLoad, UChar sz, in PPCInstr_FpLdSt() 1243 PPCInstr* PPCInstr_AvLdSt ( Bool isLoad, UChar sz, in PPCInstr_AvLdSt() 3560 UChar* p, Bool isLoad, in do_load_or_store_machine_word() 3612 UChar* p, Bool isLoad, in do_load_or_store_word32()
|
D | host_tilegx_defs.c | 1385 static UChar* do_load_or_store_machine_word ( UChar* p, Bool isLoad, UInt reg, in do_load_or_store_machine_word()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.cpp | 92 bool isLoad = false; in isLoadInstr() local
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineMemOperand.h | 175 bool isLoad() const { return Flags & MOLoad; } in isLoad() function
|
/external/valgrind/memcheck/tests/ |
D | cond_ld_st.c | 269 static void do_test_case ( int caseNo, Bool isLoad, const TestCase* lc ) in do_test_case()
|
/external/proguard/src/proguard/evaluation/ |
D | BasicInvocationUnit.java | 49 private boolean isLoad; field in BasicInvocationUnit
|
/external/llvm/lib/Target/Sparc/Disassembler/ |
D | SparcDisassembler.cpp | 318 bool isLoad, DecodeFunc DecodeRD) { in DecodeMem()
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | Checker.h | 197 const SVal &location, bool isLoad, const Stmt *S, in _checkLocation()
|
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 406 bool isLoad() const { in isLoad() function in __anonc2cac6ee0311::EarlyCSE::ParseMemoryInst
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_peephole.cpp | 1716 bool isLoad = true; in runOpt() local
|