/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDILUtilityFunctions.h | 18 #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/ |
D | ARMFeatures.h | 25 inline bool isV8EligibleForIT(InstrType *Instr) { in isV8EligibleForIT()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 78 createReplacementInstr(ConstantExpr *CE, Instruction *Instr) { in createReplacementInstr() 146 } else if (Instruction *Instr = dyn_cast<Instruction>(WU)) { in replaceConstantExprOp() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64CollectLOH.cpp | 530 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()
|
D | AArch64PromoteConstant.cpp | 239 static bool shouldConvertUse(const Constant *Cst, const Instruction *Instr, in shouldConvertUse()
|
D | AArch64InstrInfo.cpp | 706 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/ |
D | BypassSlowDivision.cpp | 85 Instruction *Instr = &*J; in insertFastDiv() local 193 Instruction *Instr = &*J; in reuseOrInsertFastDiv() local
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXImageOptimizer.cpp | 61 Instruction &Instr = *I; in runOnFunction() local
|
/external/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 42 const Instruction *Instr; variable 49 LoopAccessReport(const Instruction *I = nullptr) : Instr(I) {} in Instr() function
|
/external/clang/lib/Analysis/ |
D | ThreadSafetyTIL.cpp | 158 for (auto *Instr : Instrs) in renumberInstrs() local
|
/external/llvm/bindings/go/llvm/ |
D | DIBuilderBindings.cpp | 233 Instruction *Instr = D->insertDeclare( in LLVMDIBuilderInsertDeclareAtEnd() local 249 Instruction *Instr = D->insertDbgValueIntrinsic( in LLVMDIBuilderInsertValueAtEnd() local
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | WinCodeViewLineTables.cpp | 292 MCSymbol *Instr = FI.Instrs[J]; in emitDebugInfoForFunction() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 681 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/ |
D | LiveIntervalAnalysis.h | 198 bool isNotInMIMap(const MachineInstr* Instr) const { in isNotInMIMap()
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 661 for (auto &Instr : F->front()) { in IntroduceControlFlow() local 668 for (auto *Instr : BoolInst) { in IntroduceControlFlow() local
|
/external/llvm/utils/TableGen/ |
D | CodeGenTarget.cpp | 314 const CodeGenInstruction *Instr = GetInstByName(*p, Insts, Records); in ComputeInstrsByEnum() local
|
/external/llvm/lib/IR/ |
D | Core.cpp | 1989 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/ |
D | MergedLoadStoreMotion.cpp | 323 Instruction *Instr = dyn_cast<Instruction>(I->getOperand(i)); in isSafeToHoist() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCLoopPreIncPrep.cpp | 111 Instruction *Instr; member
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600OptimizeVectorRegisters.cpp | 64 MachineInstr *Instr; member in __anon2ca7d73a0111::RegSeqInfo
|
/external/v8/src/arm64/ |
D | instructions-arm64.h | 19 typedef uint32_t Instr; typedef
|
/external/llvm/lib/Target/X86/Disassembler/ |
D | X86Disassembler.cpp | 141 MCInst &Instr, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, in getInstruction()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 149 auto Instr = I++; in runOnModule() local
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugFrame.cpp | 414 for (const auto &Instr : Instructions) { in dumpInstructions() local
|
/external/llvm/include/llvm/IR/ |
D | DiagnosticInfo.h | 119 const Instruction *Instr; variable
|