Home
last modified time | relevance | path

Searched defs:Instr (Results 1 – 25 of 47) 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.cpp530 static bool isCandidateStore(const MachineInstr *Instr) { in isCandidateStore()
647 static bool isCandidateLoad(const MachineInstr *Instr) { in isCandidateLoad()
672 static bool supportLoadFromLiteral(const MachineInstr *Instr) { in supportLoadFromLiteral()
693 static bool isCandidate(const MachineInstr *Instr, in isCandidate()
DAArch64PromoteConstant.cpp239 static bool shouldConvertUse(const Constant *Cst, const Instruction *Instr, in shouldConvertUse()
DAArch64InstrInfo.cpp706 static bool UpdateOperandRegClass(MachineInstr *Instr) { in UpdateOperandRegClass()
811 const MachineInstr &Instr = *I; in modifiesConditionCode() local
912 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.h42 const Instruction *Instr; variable
49 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/bindings/go/llvm/
DDIBuilderBindings.cpp233 Instruction *Instr = D->insertDeclare( in LLVMDIBuilderInsertDeclareAtEnd() local
249 Instruction *Instr = D->insertDbgValueIntrinsic( in LLVMDIBuilderInsertValueAtEnd() local
/external/llvm/lib/CodeGen/AsmPrinter/
DWinCodeViewLineTables.cpp292 MCSymbol *Instr = FI.Instrs[J]; in emitDebugInfoForFunction() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp681 InterleaveGroup(Instruction *Instr, int Stride, unsigned Align) in InterleaveGroup()
702 bool insertMember(Instruction *Instr, int Index, unsigned NewAlign) { in insertMember()
848 InterleaveGroup *createInterleaveGroup(Instruction *Instr, int Stride, in createInterleaveGroup()
1257 bool isAccessInterleaved(Instruction *Instr) { in isAccessInterleaved()
1262 const InterleaveGroup *getInterleavedAccessGroup(Instruction *Instr) { in getInterleavedAccessGroup()
1942 Instruction *Instr = dyn_cast<Instruction>(V); in getBroadcastInstrs() local
2230 void InnerLoopVectorizer::vectorizeInterleaveGroup(Instruction *Instr) { in vectorizeInterleaveGroup()
2351 void InnerLoopVectorizer::vectorizeMemoryInstruction(Instruction *Instr) { in vectorizeMemoryInstruction()
2517 void InnerLoopVectorizer::scalarizeInstruction(Instruction *Instr, in scalarizeInstruction()
5114 Instruction *Instr = dyn_cast<Instruction>(U); in calculateRegisterUsage() local
[all …]
/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h198 bool isNotInMIMap(const MachineInstr* Instr) const { in isNotInMIMap()
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp661 for (auto &Instr : F->front()) { in IntroduceControlFlow() local
668 for (auto *Instr : BoolInst) { in IntroduceControlFlow() local
/external/llvm/utils/TableGen/
DCodeGenTarget.cpp314 const CodeGenInstruction *Instr = GetInstByName(*p, Insts, Records); in ComputeInstrsByEnum() local
/external/llvm/lib/IR/
DCore.cpp1989 Instruction *Instr = unwrap<Instruction>(Inst); in LLVMGetNextInstruction() local
1997 Instruction *Instr = unwrap<Instruction>(Inst); in LLVMGetPreviousInstruction() local
2040 unsigned LLVMGetInstructionCallConv(LLVMValueRef Instr) { in LLVMGetInstructionCallConv()
2049 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC) { in LLVMSetInstructionCallConv()
2058 void LLVMAddInstrAttribute(LLVMValueRef Instr, unsigned index, in LLVMAddInstrAttribute()
2068 void LLVMRemoveInstrAttribute(LLVMValueRef Instr, unsigned index, in LLVMRemoveInstrAttribute()
2078 void LLVMSetInstrParamAlignment(LLVMValueRef Instr, unsigned index, in LLVMSetInstrParamAlignment()
2166 LLVMValueRef Instr) { in LLVMPositionBuilder()
2172 void LLVMPositionBuilderBefore(LLVMBuilderRef Builder, LLVMValueRef Instr) { in LLVMPositionBuilderBefore()
2190 void LLVMInsertIntoBuilder(LLVMBuilderRef Builder, LLVMValueRef Instr) { in LLVMInsertIntoBuilder()
[all …]
/external/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp323 Instruction *Instr = dyn_cast<Instruction>(I->getOperand(i)); in isSafeToHoist() local
/external/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp111 Instruction *Instr; member
/external/llvm/lib/Target/AMDGPU/
DR600OptimizeVectorRegisters.cpp64 MachineInstr *Instr; member in __anon2ca7d73a0111::RegSeqInfo
/external/v8/src/arm64/
Dinstructions-arm64.h19 typedef uint32_t Instr; typedef
/external/llvm/lib/Target/X86/Disassembler/
DX86Disassembler.cpp141 MCInst &Instr, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, in getInstruction()
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp149 auto Instr = I++; in runOnModule() local
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp414 for (const auto &Instr : Instructions) { in dumpInstructions() local
/external/llvm/include/llvm/IR/
DDiagnosticInfo.h119 const Instruction *Instr; variable

12