Home
last modified time | relevance | path

Searched defs:Instr (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp84 Instruction *Instr = J; in insertFastDiv() local
192 Instruction *Instr = J; in reuseOrInsertFastDiv() local
/external/llvm/utils/TableGen/
DInstrInfoEmitter.cpp238 const CodeGenInstruction *Instr = NumberedInstructions[i]; in run() local
251 const CodeGenInstruction *Instr = NumberedInstructions[i]; in run() local
DCodeGenTarget.cpp323 const CodeGenInstruction *Instr = GetInstByName(*p, Insts, Records); in ComputeInstrsByEnum() local
DCodeGenDAGPatterns.cpp2816 Record *Instr = II->first; in ParseInstructions() local
/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h179 bool isNotInMIMap(const MachineInstr* Instr) const { in isNotInMIMap()
/external/llvm/lib/IR/
DCore.cpp1629 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/
DMCDwarf.cpp969 const MCCFIInstruction &Instr) { in EmitCFIInstruction()
1120 const MCCFIInstruction &Instr = Instrs[i]; in EmitCFIInstructions() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp756 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/
Dllvm-stress.cpp669 Instruction *Instr = *it; in IntroduceControlFlow() local
/external/llvm/lib/Analysis/IPA/
DInlineCost.cpp955 Instruction *Instr = CS.getInstruction(); in analyzeCall() local
/external/v8/src/arm/
Dconstants-arm.h185 typedef int32_t Instr; typedef
/external/v8/src/mips/
Dconstants-mips.h172 typedef int32_t Instr; typedef
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp170 Instruction *Instr; member in __anon22a906ee0111::FAddCombine
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp2117 const MachineInstr &Instr = *I; in optimizeCompareInstr() local
2194 const MachineInstr &Instr = *I; in optimizeCompareInstr() local
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp3296 MachineInstr *Instr = &*RI; in optimizeCompareInstr() local
3340 const MachineInstr &Instr = *I; in optimizeCompareInstr() local
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1197 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()