/external/valgrind/none/tests/arm/ |
D | v6intARM.c | 9 #define TESTINST2(instruction, RMval, RD, RM, carryin) \ argument 41 #define TESTINST3(instruction, RMval, RNval, RD, RM, RN, carryin) \ argument 70 #define TESTINST4(instruction, RMval, RNval, RSval, RD, RM, RN, RS, carryin) \ argument 100 #define TESTINST4_2OUT(instruction, RDval, RD2val, RMval, RSval, RD, RD2, RM, RS, carryin) \ argument
|
D | v6media.c | 18 #define TESTINST2(instruction, RMval, RD, RM, carryin) \ argument 50 #define TESTINST3(instruction, RMval, RNval, RD, RM, RN, carryin) \ argument 79 #define TESTINST4(instruction, RMval, RNval, RSval, RD, RM, RN, RS, carryin) \ argument 109 #define TESTINST4_2OUT(instruction, RDval, RD2val, RMval, RSval, RD, RD2, RM, RS, carryin) \ argument
|
D | v6intThumb.c | 74 #define TESTINST2(instruction, RMval, RD, RM, cvin) \ argument 106 #define TESTINST2x(instruction, RDval, RMval, RD, RM, cvin) \ argument 135 #define TESTINST3(instruction, RMval, RNval, RD, RM, RN, cvin) \ argument 162 #define TESTINST4(instruction, RMval, RNval, RSval, RD, RM, RN, RS, cvin) \ argument 190 #define TESTINST4_2OUT(instruction, RDval, RD2val, RMval, RSval, RD, RD2, RM, RS, cvin) \ argument
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetMachine.cpp | 177 Reloc::Model RM, CodeModel::Model CM, in ARMBaseTargetMachine() 237 Reloc::Model RM, CodeModel::Model CM, in ARMTargetMachine() 251 Reloc::Model RM, CodeModel::Model CM, in ARMLETargetMachine() 260 Reloc::Model RM, CodeModel::Model CM, in ARMBETargetMachine() 269 Reloc::Model RM, CodeModel::Model CM, in ThumbTargetMachine() 281 Reloc::Model RM, CodeModel::Model CM, in ThumbLETargetMachine() 290 Reloc::Model RM, CodeModel::Model CM, in ThumbBETargetMachine()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZSubtarget.cpp | 48 static bool bindsLocally(const GlobalValue *GV, Reloc::Model RM) { in bindsLocally() 57 Reloc::Model RM, in isPC32DBLSymbol()
|
D | SystemZTargetMachine.cpp | 27 Reloc::Model RM, CodeModel::Model CM, in SystemZTargetMachine()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcTargetMachine.cpp | 58 Reloc::Model RM, CodeModel::Model CM, in SparcTargetMachine() 111 Reloc::Model RM, in SparcV8TargetMachine() 123 Reloc::Model RM, in SparcV9TargetMachine()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetMachine.cpp | 89 Reloc::Model RM, CodeModel::Model CM, in NVPTXTargetMachine() 108 const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, in NVPTXTargetMachine32() 116 const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, in NVPTXTargetMachine64()
|
/external/llvm/lib/MC/ |
D | MCCodeGenInfo.cpp | 18 void MCCodeGenInfo::InitMCCodeGenInfo(Reloc::Model RM, CodeModel::Model CM, in InitMCCodeGenInfo()
|
/external/llvm/lib/Target/Mips/ |
D | MipsTargetMachine.cpp | 89 Reloc::Model RM, CodeModel::Model CM, in MipsTargetMachine() 111 Reloc::Model RM, CodeModel::Model CM, in MipsebTargetMachine() 120 Reloc::Model RM, CodeModel::Model CM, in MipselTargetMachine()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetMachine.cpp | 161 Reloc::Model RM, CodeModel::Model CM, in PPCTargetMachine() 177 Reloc::Model RM, CodeModel::Model CM, in PPC32TargetMachine() 187 Reloc::Model RM, CodeModel::Model CM, in PPC64TargetMachine()
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUTargetMachine.cpp | 71 TargetOptions Options, Reloc::Model RM, in AMDGPUTargetMachine() 91 StringRef CPU, TargetOptions Options, Reloc::Model RM, in R600TargetMachine() 101 StringRef CPU, TargetOptions Options, Reloc::Model RM, in GCNTargetMachine()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetMachine.cpp | 127 Reloc::Model RM, CodeModel::Model CM, in AArch64TargetMachine() 169 Reloc::Model RM, CodeModel::Model CM, in AArch64leTargetMachine() 178 Reloc::Model RM, CodeModel::Model CM, in AArch64beTargetMachine()
|
/external/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcMCTargetDesc.cpp | 87 static MCCodeGenInfo *createSparcMCCodeGenInfo(StringRef TT, Reloc::Model RM, in createSparcMCCodeGenInfo() 104 static MCCodeGenInfo *createSparcV9MCCodeGenInfo(StringRef TT, Reloc::Model RM, in createSparcV9MCCodeGenInfo()
|
/external/linux-tools-perf/src/tools/lib/lk/ |
D | Makefile | 21 RM = rm -f macro
|
/external/llvm/lib/Target/BPF/ |
D | BPFTargetMachine.cpp | 36 Reloc::Model RM, CodeModel::Model CM, in BPFTargetMachine()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | BuiltinFunctionChecker.cpp | 59 MemRegionManager& RM = C.getStoreManager().getRegionManager(); in evalCall() local
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430TargetMachine.cpp | 31 Reloc::Model RM, CodeModel::Model CM, in MSP430TargetMachine()
|
/external/mesa3d/src/glx/apple/ |
D | Makefile | 17 RM=rm macro
|
/external/llvm/lib/Target/R600/MCTargetDesc/ |
D | AMDGPUMCTargetDesc.cpp | 59 static MCCodeGenInfo *createAMDGPUMCCodeGenInfo(StringRef TT, Reloc::Model RM, in createAMDGPUMCCodeGenInfo()
|
/external/llvm/lib/Target/NVPTX/MCTargetDesc/ |
D | NVPTXMCTargetDesc.cpp | 55 StringRef TT, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) { in createNVPTXMCCodeGenInfo()
|
/external/llvm/lib/Target/MSP430/MCTargetDesc/ |
D | MSP430MCTargetDesc.cpp | 53 static MCCodeGenInfo *createMSP430MCCodeGenInfo(StringRef TT, Reloc::Model RM, in createMSP430MCCodeGenInfo()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreTargetMachine.cpp | 28 Reloc::Model RM, CodeModel::Model CM, in XCoreTargetMachine()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDGPUTargetMachine.cpp | 44 Reloc::Model RM, CodeModel::Model CM, in AMDGPUTargetMachine()
|
/external/llvm/lib/CodeGen/ |
D | LiveRangeEdit.cpp | 116 bool LiveRangeEdit::canRematerializeAt(Remat &RM, in canRematerializeAt() 149 const Remat &RM, in rematerializeAt()
|