/external/llvm/include/llvm/MC/ |
D | MCInstrAnalysis.h | 31 virtual bool isBranch(const MCInst &Inst) const { in isBranch() 35 virtual bool isConditionalBranch(const MCInst &Inst) const { in isConditionalBranch() 39 virtual bool isUnconditionalBranch(const MCInst &Inst) const { in isUnconditionalBranch() 43 virtual bool isIndirectBranch(const MCInst &Inst) const { in isIndirectBranch() 47 virtual bool isCall(const MCInst &Inst) const { in isCall() 51 virtual bool isReturn(const MCInst &Inst) const { in isReturn()
|
D | MCTargetAsmParser.h | 110 virtual unsigned checkTargetMatchPredicate(MCInst &Inst) { in checkTargetMatchPredicate()
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 913 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPRRegisterClass() 924 DecodeGPRnopcRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPRnopcRegisterClass() 936 static DecodeStatus DecodetGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodetGPRRegisterClass() 943 static DecodeStatus DecodetcGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodetcGPRRegisterClass() 973 static DecodeStatus DecoderGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecoderGPRRegisterClass() 990 static DecodeStatus DecodeSPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeSPRRegisterClass() 1011 static DecodeStatus DecodeDPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeDPRRegisterClass() 1021 static DecodeStatus DecodeDPR_8RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeDPR_8RegisterClass() 1029 DecodeDPR_VFP2RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeDPR_VFP2RegisterClass() 1044 static DecodeStatus DecodeQPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeQPRRegisterClass() [all …]
|
/external/llvm/lib/Target/Mips/ |
D | MipsAnalyzeImmediate.h | 19 struct Inst { struct 21 Inst(unsigned Opc, unsigned ImmOpnd); argument
|
D | MipsDirectObjLower.cpp | 23 void Mips::LowerLargeShift(MCInst& Inst) { in LowerLargeShift()
|
/external/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 325 static DecodeStatus DecodeCPU64RegsRegisterClass(MCInst &Inst, in DecodeCPU64RegsRegisterClass() 338 static DecodeStatus DecodeCPURegsRegisterClass(MCInst &Inst, in DecodeCPURegsRegisterClass() 349 static DecodeStatus DecodeFGR64RegisterClass(MCInst &Inst, in DecodeFGR64RegisterClass() 361 static DecodeStatus DecodeFGR32RegisterClass(MCInst &Inst, in DecodeFGR32RegisterClass() 373 static DecodeStatus DecodeCCRRegisterClass(MCInst &Inst, in DecodeCCRRegisterClass() 381 static DecodeStatus DecodeMem(MCInst &Inst, in DecodeMem() 403 static DecodeStatus DecodeFMem(MCInst &Inst, in DecodeFMem() 422 static DecodeStatus DecodeHWRegsRegisterClass(MCInst &Inst, in DecodeHWRegsRegisterClass() 433 static DecodeStatus DecodeCondCode(MCInst &Inst, in DecodeCondCode() 442 static DecodeStatus DecodeAFGR64RegisterClass(MCInst &Inst, in DecodeAFGR64RegisterClass() [all …]
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 266 unsigned getMCInstOperandNum(unsigned Kind, MCInst &Inst, in getMCInstOperandNum() 1396 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() 1406 void addCondCodeOperands(MCInst &Inst, unsigned N) const { in addCondCodeOperands() 1413 void addCoprocNumOperands(MCInst &Inst, unsigned N) const { in addCoprocNumOperands() 1418 void addCoprocRegOperands(MCInst &Inst, unsigned N) const { in addCoprocRegOperands() 1423 void addCoprocOptionOperands(MCInst &Inst, unsigned N) const { in addCoprocOptionOperands() 1428 void addITMaskOperands(MCInst &Inst, unsigned N) const { in addITMaskOperands() 1433 void addITCondCodeOperands(MCInst &Inst, unsigned N) const { in addITCondCodeOperands() 1438 void addCCOutOperands(MCInst &Inst, unsigned N) const { in addCCOutOperands() 1443 void addRegOperands(MCInst &Inst, unsigned N) const { in addRegOperands() [all …]
|
/external/llvm/lib/Transforms/Scalar/ |
D | Sink.cpp | 74 bool Sinking::AllUsesDominatedByBlock(Instruction *Inst, in AllUsesDominatedByBlock() 136 Instruction *Inst = I; // The instruction to sink. in ProcessBlock() local 156 static bool isSafeToMove(Instruction *Inst, AliasAnalysis *AA, in isSafeToMove() 180 bool Sinking::IsAcceptableTarget(Instruction *Inst, in IsAcceptableTarget() 219 bool Sinking::SinkInstruction(Instruction *Inst, in SinkInstruction()
|
D | EarlyCSE.cpp | 49 Instruction *Inst; member 92 Instruction *Inst = Val.Inst; in getHashValue() local 142 Instruction *Inst; member 184 Instruction *Inst = Val.Inst; in getHashValue() local 374 Instruction *Inst = I++; in INITIALIZE_PASS_DEPENDENCY() local
|
D | DeadStoreElimination.cpp | 169 getLocForWrite(Instruction *Inst, AliasAnalysis &AA) { in getLocForWrite() 208 getLocForRead(Instruction *Inst, AliasAnalysis &AA) { in getLocForRead() 416 static bool isPossibleSelfRead(Instruction *Inst, in isPossibleSelfRead() 455 Instruction *Inst = BBI++; in runOnBasicBlock() local 739 Instruction *Inst = BBI++; in handleEndBlock() local
|
D | ADCE.cpp | 71 if (Instruction* Inst = dyn_cast<Instruction>(OI)) in runOnFunction() local
|
/external/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 104 Instruction *Inst, KeyTy Val) { in RemoveFromReverseMap() 119 AliasAnalysis::ModRefResult GetLocation(const Instruction *Inst, in GetLocation() 204 Instruction *Inst = --ScanIt; in getCallSiteDependencyFrom() local 366 Instruction *Inst = --ScanIt; in getPointerDependencyFrom() local 542 if (Instruction *Inst = LocalCache.getInst()) { in getDependency() local 695 if (Instruction *Inst = ExistingResult->getResult().getInst()) { in getNonLocalCallDependency() local 728 if (Instruction *Inst = Dep.getInst()) in getNonLocalCallDependency() local 836 Instruction *Inst = Dep.getInst(); in GetNonLocalInfoForBlock() local 926 if (Instruction *Inst = DI->getResult().getInst()) in getNonLocalPointerDepFromBB() local 947 if (Instruction *Inst = DI->getResult().getInst()) in getNonLocalPointerDepFromBB() local [all …]
|
D | PHITransAddr.cpp | 25 static bool CanPHITrans(Instruction *Inst) { in CanPHITrans() 118 Instruction *Inst = dyn_cast<Instruction>(Addr); in IsPotentiallyPHITranslatable() local 149 Instruction *Inst = dyn_cast<Instruction>(V); in PHITranslateSubExpr() local 330 if (Instruction *Inst = dyn_cast_or_null<Instruction>(Addr)) in PHITranslateValue() local 381 Instruction *Inst = cast<Instruction>(InVal); in InsertPHITranslatedSubExpr() local
|
/external/clang/test/Parser/ |
D | cxx-default-args.cpp | 10 typedef struct Inst { struct
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 53 Instruction *Inst = I->first; in ValidateEndOfModule() local 1102 bool LLParser::ParseInstructionMetadata(Instruction *Inst, in ParseInstructionMetadata() 1824 LocTy NameLoc, Instruction *Inst) { in SetInstName() 2864 Instruction *Inst; in ParseBasicBlock() local 2920 int LLParser::ParseInstruction(Instruction *&Inst, BasicBlock *BB, in ParseInstruction() 3062 bool LLParser::ParseRet(Instruction *&Inst, BasicBlock *BB, in ParseRet() 3094 bool LLParser::ParseBr(Instruction *&Inst, PerFunctionState &PFS) { in ParseBr() 3123 bool LLParser::ParseSwitch(Instruction *&Inst, PerFunctionState &PFS) { in ParseSwitch() 3168 bool LLParser::ParseIndirectBr(Instruction *&Inst, PerFunctionState &PFS) { in ParseIndirectBr() 3209 bool LLParser::ParseInvoke(Instruction *&Inst, PerFunctionState &PFS) { in ParseInvoke() [all …]
|
/external/llvm/lib/MC/ |
D | MCInstrAnalysis.cpp | 13 uint64_t MCInstrAnalysis::evaluateBranch(const MCInst &Inst, uint64_t Addr, in evaluateBranch()
|
D | MCStreamer.cpp | 448 MCWin64EHInstruction Inst(Win64EH::UOP_PushNonVol, Label, Register); in EmitWin64EHPushReg() local 460 MCWin64EHInstruction Inst(Win64EH::UOP_SetFPReg, NULL, Register, Offset); in EmitWin64EHSetFrame() local 471 MCWin64EHInstruction Inst(Label, Size); in EmitWin64EHAllocStack() local 482 MCWin64EHInstruction Inst( in EmitWin64EHSaveReg() local 495 MCWin64EHInstruction Inst( in EmitWin64EHSaveXMM() local 508 MCWin64EHInstruction Inst(Win64EH::UOP_PushMachFrame, Label, Code); in EmitWin64EHPushFrame() local
|
/external/llvm/tools/llvm-objdump/ |
D | MCFunction.cpp | 55 MCInst Inst; in createFunctionFromMC() local 116 const MCDecodedInst &Inst = BB.getInsts().back(); in createFunctionFromMC() local
|
D | MCFunction.h | 35 MCInst Inst; member 61 void addInst(const MCDecodedInst &Inst) { Insts.push_back(Inst); } in addInst()
|
/external/llvm/lib/MC/MCDisassembler/ |
D | EDOperand.h | 36 const EDInst &Inst; member
|
/external/llvm/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 105 static MemDepResult getDef(Instruction *Inst) { in getDef() 109 static MemDepResult getClobber(Instruction *Inst) { in getClobber() 183 static MemDepResult getDirty(Instruction *Inst) { in getDirty()
|
/external/llvm/utils/TableGen/ |
D | InstrInfoEmitter.cpp | 71 InstrInfoEmitter::GetOperandInfo(const CodeGenInstruction &Inst) { in GetOperandInfo() 204 Record *Inst = (*II)->TheDef; in run() local 296 void InstrInfoEmitter::emitRecord(const CodeGenInstruction &Inst, unsigned Num, in emitRecord()
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiate.cpp | 182 ActiveTemplateInstantiation Inst; in InstantiatingTemplate() local 205 ActiveTemplateInstantiation Inst; in InstantiatingTemplate() local 229 ActiveTemplateInstantiation Inst; in InstantiatingTemplate() local 255 ActiveTemplateInstantiation Inst; in InstantiatingTemplate() local 283 ActiveTemplateInstantiation Inst; in InstantiatingTemplate() local 307 ActiveTemplateInstantiation Inst; in InstantiatingTemplate() local 331 ActiveTemplateInstantiation Inst; in InstantiatingTemplate() local 355 ActiveTemplateInstantiation Inst; in InstantiatingTemplate() local 379 ActiveTemplateInstantiation Inst; in InstantiatingTemplate() local 911 Decl *Inst = getSema().SubstDecl(D, getSema().CurContext, TemplateArgs); in TransformDefinition() local [all …]
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 158 void addRegOperands(MCInst &Inst, unsigned N) const { in addRegOperands() 163 void addExpr(MCInst &Inst, const MCExpr *Expr) const{ in addExpr() 173 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands() 179 void addMemOperands(MCInst &Inst, unsigned N) const { in addMemOperands() 265 getMCInstOperandNum(unsigned Kind, MCInst &Inst, in getMCInstOperandNum() 280 MCInst Inst; in MatchAndEmitInstruction() local
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | BoundsChecking.cpp | 60 Instruction *Inst; member 113 Instruction *Inst = Builder->GetInsertPoint(); in emitBranchToTrap() local
|