Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/drivers/radeon/
DAMDILUtilityFunctions.h18 #define ExpandCaseTo32bitIntTypes(Instr) \ argument
21 #define ExpandCaseTo32bitIntTruncTypes(Instr) \ argument
25 #define ExpandCaseToIntTypes(Instr) \ argument
28 #define ExpandCaseToIntTruncTypes(Instr) \ argument
31 #define ExpandCaseToFloatTypes(Instr) \ argument
34 #define ExpandCaseTo32bitScalarTypes(Instr) \ argument
38 #define ExpandCaseToAllScalarTypes(Instr) \ argument
42 #define ExpandCaseToAllScalarTruncTypes(Instr) \ argument
46 #define ExpandCaseToAllTypes(Instr) \ argument
49 #define ExpandCaseToAllTruncTypes(Instr) \ argument
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DAMDILUtilityFunctions.h18 #define ExpandCaseTo32bitIntTypes(Instr) \ argument
21 #define ExpandCaseTo32bitIntTruncTypes(Instr) \ argument
25 #define ExpandCaseToIntTypes(Instr) \ argument
28 #define ExpandCaseToIntTruncTypes(Instr) \ argument
31 #define ExpandCaseToFloatTypes(Instr) \ argument
34 #define ExpandCaseTo32bitScalarTypes(Instr) \ argument
38 #define ExpandCaseToAllScalarTypes(Instr) \ argument
42 #define ExpandCaseToAllScalarTruncTypes(Instr) \ argument
46 #define ExpandCaseToAllTypes(Instr) \ argument
49 #define ExpandCaseToAllTruncTypes(Instr) \ argument
[all …]
/external/llvm/lib/Target/ARM/
DARMFeatures.h25 inline bool isV8EligibleForIT(InstrType *Instr) { in isV8EligibleForIT()
/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp78 createReplacementInstr(ConstantExpr *CE, Instruction *Instr) { in createReplacementInstr()
145 } else if (Instruction *Instr = dyn_cast<Instruction>(WU)) { in replaceConstantExprOp() local
/external/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp85 Instruction *Instr = J; in insertFastDiv() local
193 Instruction *Instr = J; in reuseOrInsertFastDiv() local
/external/llvm/lib/Target/AArch64/
DAArch64CollectLOH.cpp540 static bool isCandidateStore(const MachineInstr *Instr) { in isCandidateStore()
655 static bool isCandidateLoad(const MachineInstr *Instr) { in isCandidateLoad()
680 static bool supportLoadFromLiteral(const MachineInstr *Instr) { in supportLoadFromLiteral()
701 static bool isCandidate(const MachineInstr *Instr, in isCandidate()
DAArch64InstrInfo.cpp661 static bool UpdateOperandRegClass(MachineInstr *Instr) { in UpdateOperandRegClass()
772 const MachineInstr &Instr = *I; in optimizeCompareInstr() local
823 const MachineInstr &Instr = *I; in optimizeCompareInstr() local
DAArch64PromoteConstant.cpp239 static bool shouldConvertUse(const Constant *Cst, const Instruction *Instr, in shouldConvertUse()
/external/llvm/lib/Target/NVPTX/
DNVPTXImageOptimizer.cpp61 Instruction &Instr = *I; in runOnFunction() local
/external/llvm/lib/CodeGen/AsmPrinter/
DWinCodeViewLineTables.cpp176 MCSymbol *Instr = FI.Instrs[J]; in emitDebugInfoForFunction() local
/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h199 bool isNotInMIMap(const MachineInstr* Instr) const { in isNotInMIMap()
/external/llvm/include/llvm/IR/
DDiagnosticInfo.h106 const Instruction *Instr; variable
/external/llvm/lib/DebugInfo/
DDWARFDebugFrame.cpp186 for (const auto &Instr : Instructions) { in dumpInstructions() local
/external/llvm/lib/IR/
DCore.cpp1834 Instruction *Instr = unwrap<Instruction>(Inst); in LLVMGetNextInstruction() local
1842 Instruction *Instr = unwrap<Instruction>(Inst); in LLVMGetPreviousInstruction() local
1870 unsigned LLVMGetInstructionCallConv(LLVMValueRef Instr) { in LLVMGetInstructionCallConv()
1879 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC) { in LLVMSetInstructionCallConv()
1888 void LLVMAddInstrAttribute(LLVMValueRef Instr, unsigned index, in LLVMAddInstrAttribute()
1898 void LLVMRemoveInstrAttribute(LLVMValueRef Instr, unsigned index, in LLVMRemoveInstrAttribute()
1908 void LLVMSetInstrParamAlignment(LLVMValueRef Instr, unsigned index, in LLVMSetInstrParamAlignment()
1968 LLVMValueRef Instr) { in LLVMPositionBuilder()
1974 void LLVMPositionBuilderBefore(LLVMBuilderRef Builder, LLVMValueRef Instr) { in LLVMPositionBuilderBefore()
1992 void LLVMInsertIntoBuilder(LLVMBuilderRef Builder, LLVMValueRef Instr) { in LLVMInsertIntoBuilder()
[all …]
/external/chromium_org/v8/src/arm64/
Dinstructions-arm64.h19 typedef uint32_t Instr; typedef
/external/llvm/lib/Target/R600/
DR600OptimizeVectorRegisters.cpp63 MachineInstr *Instr; member in __anon286b2a5a0111::RegSeqInfo
/external/vixl/src/a64/
Dinstructions-a64.h37 typedef uint32_t Instr; typedef
/external/llvm/utils/TableGen/
DCodeGenTarget.cpp307 const CodeGenInstruction *Instr = GetInstByName(*p, Insts, Records); in ComputeInstrsByEnum() local
/external/llvm/lib/MC/
DMCDwarf.cpp1085 const MCCFIInstruction &Instr) { in EmitCFIInstruction()
1240 const MCCFIInstruction &Instr = Instrs[i]; in EmitCFIInstructions() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp217 Instruction *Instr; member in __anon7302df660111::Report
1420 Instruction *Instr = dyn_cast<Instruction>(V); in getBroadcastInstrs() local
1609 void InnerLoopVectorizer::vectorizeMemoryInstruction(Instruction *Instr) { in vectorizeMemoryInstruction()
1749 void InnerLoopVectorizer::scalarizeInstruction(Instruction *Instr, bool IfPredicateStore) { in scalarizeInstruction()
5497 Instruction *Instr = dyn_cast<Instruction>(U); in calculateRegisterUsage() local
5887 void InnerLoopUnroller::scalarizeInstruction(Instruction *Instr, in scalarizeInstruction()
5998 void InnerLoopUnroller::vectorizeMemoryInstruction(Instruction *Instr) { in vectorizeMemoryInstruction()
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp673 Instruction *Instr = *it; in IntroduceControlFlow() local
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp3688 MachineInstr *Instr = &*RI; in optimizeCompareInstr() local
3729 const MachineInstr &Instr = *I; in optimizeCompareInstr() local
3835 MachineInstr *Instr = &*InsertI; in optimizeCompareInstr() local
/external/llvm/lib/Analysis/IPA/
DInlineCost.cpp1043 Instruction *Instr = CS.getInstruction(); in analyzeCall() local
/external/chromium_org/v8/src/arm/
Dconstants-arm.h124 typedef int32_t Instr; typedef
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1346 CAMLprim value llvm_add_instruction_param_attr(LLVMValueRef Instr, in llvm_add_instruction_param_attr()
1354 CAMLprim value llvm_remove_instruction_param_attr(LLVMValueRef Instr, in llvm_remove_instruction_param_attr()
1865 LLVMValueRef Instr; in llvm_build_atomicrmw_native() local

12