/external/llvm/lib/Transforms/Utils/ |
D | BypassSlowDivision.cpp | 84 Instruction *Instr = J; in insertFastDiv() local 192 Instruction *Instr = J; in reuseOrInsertFastDiv() local
|
/external/llvm/utils/TableGen/ |
D | InstrInfoEmitter.cpp | 238 const CodeGenInstruction *Instr = NumberedInstructions[i]; in run() local 251 const CodeGenInstruction *Instr = NumberedInstructions[i]; in run() local
|
D | CodeGenTarget.cpp | 323 const CodeGenInstruction *Instr = GetInstByName(*p, Insts, Records); in ComputeInstrsByEnum() local
|
D | CodeGenDAGPatterns.cpp | 2816 Record *Instr = II->first; in ParseInstructions() local
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveIntervalAnalysis.h | 179 bool isNotInMIMap(const MachineInstr* Instr) const { in isNotInMIMap()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 1629 Instruction *Instr = unwrap<Instruction>(Inst); in LLVMGetNextInstruction() local 1637 Instruction *Instr = unwrap<Instruction>(Inst); in LLVMGetPreviousInstruction() local 1665 unsigned LLVMGetInstructionCallConv(LLVMValueRef Instr) { in LLVMGetInstructionCallConv() 1674 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC) { in LLVMSetInstructionCallConv() 1683 void LLVMAddInstrAttribute(LLVMValueRef Instr, unsigned index, in LLVMAddInstrAttribute() 1693 void LLVMRemoveInstrAttribute(LLVMValueRef Instr, unsigned index, in LLVMRemoveInstrAttribute() 1703 void LLVMSetInstrParamAlignment(LLVMValueRef Instr, unsigned index, in LLVMSetInstrParamAlignment() 1763 LLVMValueRef Instr) { in LLVMPositionBuilder() 1769 void LLVMPositionBuilderBefore(LLVMBuilderRef Builder, LLVMValueRef Instr) { in LLVMPositionBuilderBefore() 1787 void LLVMInsertIntoBuilder(LLVMBuilderRef Builder, LLVMValueRef Instr) { in LLVMInsertIntoBuilder() [all …]
|
/external/llvm/lib/MC/ |
D | MCDwarf.cpp | 969 const MCCFIInstruction &Instr) { in EmitCFIInstruction() 1120 const MCCFIInstruction &Instr = Instrs[i]; in EmitCFIInstructions() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 756 Instruction *Instr = dyn_cast<Instruction>(V); in getBroadcastInstrs() local 896 void InnerLoopVectorizer::vectorizeMemoryInstruction(Instruction *Instr, in vectorizeMemoryInstruction() 1000 void InnerLoopVectorizer::scalarizeInstruction(Instruction *Instr) { in scalarizeInstruction() 3198 Instruction *Instr = dyn_cast<Instruction>(U); in calculateRegisterUsage() local
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 669 Instruction *Instr = *it; in IntroduceControlFlow() local
|
/external/llvm/lib/Analysis/IPA/ |
D | InlineCost.cpp | 955 Instruction *Instr = CS.getInstruction(); in analyzeCall() local
|
/external/v8/src/arm/ |
D | constants-arm.h | 185 typedef int32_t Instr; typedef
|
/external/v8/src/mips/ |
D | constants-mips.h | 172 typedef int32_t Instr; typedef
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 170 Instruction *Instr; member in __anon22a906ee0111::FAddCombine
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 2117 const MachineInstr &Instr = *I; in optimizeCompareInstr() local 2194 const MachineInstr &Instr = *I; in optimizeCompareInstr() local
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 3296 MachineInstr *Instr = &*RI; in optimizeCompareInstr() local 3340 const MachineInstr &Instr = *I; in optimizeCompareInstr() local
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1197 CAMLprim value llvm_add_instruction_param_attr(LLVMValueRef Instr, in llvm_add_instruction_param_attr() 1205 CAMLprim value llvm_remove_instruction_param_attr(LLVMValueRef Instr, in llvm_remove_instruction_param_attr()
|