Home
last modified time | relevance | path

Searched defs:Instr (Results 1 – 25 of 43) 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/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()
146 } else if (Instruction *Instr = dyn_cast<Instruction>(WU)) { in replaceConstantExprOp() local
/external/llvm/lib/Target/AArch64/
DAArch64CollectLOH.cpp522 static bool isCandidateStore(const MachineInstr *Instr) { in isCandidateStore()
637 static bool isCandidateLoad(const MachineInstr *Instr) { in isCandidateLoad()
662 static bool supportLoadFromLiteral(const MachineInstr *Instr) { in supportLoadFromLiteral()
683 static bool isCandidate(const MachineInstr *Instr, in isCandidate()
DAArch64PromoteConstant.cpp239 static bool shouldConvertUse(const Constant *Cst, const Instruction *Instr, in shouldConvertUse()
DAArch64InstrInfo.cpp705 static bool UpdateOperandRegClass(MachineInstr *Instr) { in UpdateOperandRegClass()
810 const MachineInstr &Instr = *I; in modifiesConditionCode() local
911 const MachineInstr &Instr = *I; in optimizeCompareInstr() 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/NVPTX/
DNVPTXImageOptimizer.cpp61 Instruction &Instr = *I; in runOnFunction() local
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h41 const Instruction *Instr; variable
48 LoopAccessReport(const Instruction *I = nullptr) : Instr(I) {} in Instr() function
/external/clang/lib/Analysis/
DThreadSafetyTIL.cpp158 for (auto *Instr : Instrs) in renumberInstrs() local
/external/llvm/lib/CodeGen/AsmPrinter/
DWinCodeViewLineTables.cpp276 MCSymbol *Instr = FI.Instrs[J]; in emitDebugInfoForFunction() local
/external/llvm/bindings/go/llvm/
DDIBuilderBindings.cpp238 Instruction *Instr = D->insertDeclare( in LLVMDIBuilderInsertDeclareAtEnd() local
254 Instruction *Instr = D->insertDbgValueIntrinsic( in LLVMDIBuilderInsertValueAtEnd() local
/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h197 bool isNotInMIMap(const MachineInstr* Instr) const { in isNotInMIMap()
/external/llvm/utils/TableGen/
DCodeGenTarget.cpp303 const CodeGenInstruction *Instr = GetInstByName(*p, Insts, Records); in ComputeInstrsByEnum() local
/external/llvm/lib/IR/
DCore.cpp1965 Instruction *Instr = unwrap<Instruction>(Inst); in LLVMGetNextInstruction() local
1973 Instruction *Instr = unwrap<Instruction>(Inst); in LLVMGetPreviousInstruction() local
2016 unsigned LLVMGetInstructionCallConv(LLVMValueRef Instr) { in LLVMGetInstructionCallConv()
2025 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC) { in LLVMSetInstructionCallConv()
2034 void LLVMAddInstrAttribute(LLVMValueRef Instr, unsigned index, in LLVMAddInstrAttribute()
2044 void LLVMRemoveInstrAttribute(LLVMValueRef Instr, unsigned index, in LLVMRemoveInstrAttribute()
2054 void LLVMSetInstrParamAlignment(LLVMValueRef Instr, unsigned index, in LLVMSetInstrParamAlignment()
2142 LLVMValueRef Instr) { in LLVMPositionBuilder()
2148 void LLVMPositionBuilderBefore(LLVMBuilderRef Builder, LLVMValueRef Instr) { in LLVMPositionBuilderBefore()
2166 void LLVMInsertIntoBuilder(LLVMBuilderRef Builder, LLVMValueRef Instr) { in LLVMInsertIntoBuilder()
[all …]
/external/llvm/include/llvm/IR/
DDiagnosticInfo.h113 const Instruction *Instr; variable
/external/v8/src/arm64/
Dinstructions-arm64.h19 typedef uint32_t Instr; typedef
/external/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp325 Instruction *Instr = dyn_cast<Instruction>(I->getOperand(i)); in isSafeToHoist() local
/external/llvm/lib/Target/R600/
DR600OptimizeVectorRegisters.cpp64 MachineInstr *Instr; member in __anonea54e8c30111::RegSeqInfo
/external/llvm/lib/Target/X86/Disassembler/
DX86Disassembler.cpp140 MCInst &Instr, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, in getInstruction()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp403 for (const auto &Instr : Instructions) { in dumpInstructions() local
/external/llvm/lib/MC/
DMCDwarf.cpp1040 const MCCFIInstruction &Instr) { in EmitCFIInstruction()
1164 const MCCFIInstruction &Instr = Instrs[i]; in EmitCFIInstructions() local
/external/llvm/lib/Target/Sparc/Disassembler/
DSparcDisassembler.cpp225 DecodeStatus SparcDisassembler::getInstruction(MCInst &Instr, uint64_t &Size, in getInstruction()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1552 Instruction *Instr = dyn_cast<Instruction>(V); in getBroadcastInstrs() local
1740 void InnerLoopVectorizer::vectorizeMemoryInstruction(Instruction *Instr) { in vectorizeMemoryInstruction()
1900 void InnerLoopVectorizer::scalarizeInstruction(Instruction *Instr, bool IfPredicateStore) { in scalarizeInstruction()
4831 Instruction *Instr = dyn_cast<Instruction>(U); in calculateRegisterUsage() local
5242 void InnerLoopUnroller::scalarizeInstruction(Instruction *Instr, in scalarizeInstruction()
5353 void InnerLoopUnroller::vectorizeMemoryInstruction(Instruction *Instr) { in vectorizeMemoryInstruction()
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp673 Instruction *Instr = *it; in IntroduceControlFlow() local

12