| /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 | 522 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()
|
| D | AArch64PromoteConstant.cpp | 239 static bool shouldConvertUse(const Constant *Cst, const Instruction *Instr, in shouldConvertUse()
|
| D | AArch64InstrInfo.cpp | 705 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/ |
| 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 | 41 const Instruction *Instr; variable 48 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/lib/CodeGen/AsmPrinter/ |
| D | WinCodeViewLineTables.cpp | 276 MCSymbol *Instr = FI.Instrs[J]; in emitDebugInfoForFunction() local
|
| /external/llvm/bindings/go/llvm/ |
| D | DIBuilderBindings.cpp | 238 Instruction *Instr = D->insertDeclare( in LLVMDIBuilderInsertDeclareAtEnd() local 254 Instruction *Instr = D->insertDbgValueIntrinsic( in LLVMDIBuilderInsertValueAtEnd() local
|
| /external/llvm/include/llvm/CodeGen/ |
| D | LiveIntervalAnalysis.h | 197 bool isNotInMIMap(const MachineInstr* Instr) const { in isNotInMIMap()
|
| /external/llvm/utils/TableGen/ |
| D | CodeGenTarget.cpp | 303 const CodeGenInstruction *Instr = GetInstByName(*p, Insts, Records); in ComputeInstrsByEnum() local
|
| /external/llvm/lib/IR/ |
| D | Core.cpp | 1965 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/ |
| D | DiagnosticInfo.h | 113 const Instruction *Instr; variable
|
| /external/v8/src/arm64/ |
| D | instructions-arm64.h | 19 typedef uint32_t Instr; typedef
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | MergedLoadStoreMotion.cpp | 325 Instruction *Instr = dyn_cast<Instruction>(I->getOperand(i)); in isSafeToHoist() local
|
| /external/llvm/lib/Target/R600/ |
| D | R600OptimizeVectorRegisters.cpp | 64 MachineInstr *Instr; member in __anonea54e8c30111::RegSeqInfo
|
| /external/llvm/lib/Target/X86/Disassembler/ |
| D | X86Disassembler.cpp | 140 MCInst &Instr, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, in getInstruction()
|
| /external/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFDebugFrame.cpp | 403 for (const auto &Instr : Instructions) { in dumpInstructions() local
|
| /external/llvm/lib/MC/ |
| D | MCDwarf.cpp | 1040 const MCCFIInstruction &Instr) { in EmitCFIInstruction() 1164 const MCCFIInstruction &Instr = Instrs[i]; in EmitCFIInstructions() local
|
| /external/llvm/lib/Target/Sparc/Disassembler/ |
| D | SparcDisassembler.cpp | 225 DecodeStatus SparcDisassembler::getInstruction(MCInst &Instr, uint64_t &Size, in getInstruction()
|
| /external/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorize.cpp | 1552 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/ |
| D | llvm-stress.cpp | 673 Instruction *Instr = *it; in IntroduceControlFlow() local
|