| /external/llvm/include/llvm/MC/ |
| D | MCInstrAnalysis.h | 34 virtual bool isBranch(const MCInst &Inst) const { in isBranch() 38 virtual bool isConditionalBranch(const MCInst &Inst) const { in isConditionalBranch() 42 virtual bool isUnconditionalBranch(const MCInst &Inst) const { in isUnconditionalBranch() 46 virtual bool isIndirectBranch(const MCInst &Inst) const { in isIndirectBranch() 50 virtual bool isCall(const MCInst &Inst) const { in isCall() 54 virtual bool isReturn(const MCInst &Inst) const { in isReturn() 58 virtual bool isTerminator(const MCInst &Inst) const { in isTerminator()
|
| /external/llvm/lib/Target/SystemZ/Disassembler/ |
| D | SystemZDisassembler.cpp | 51 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo, in decodeRegisterClass() 61 static DecodeStatus DecodeGR32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR32BitRegisterClass() 67 static DecodeStatus DecodeGRH32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGRH32BitRegisterClass() 73 static DecodeStatus DecodeGR64BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR64BitRegisterClass() 79 static DecodeStatus DecodeGR128BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR128BitRegisterClass() 85 static DecodeStatus DecodeADDR64BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeADDR64BitRegisterClass() 91 static DecodeStatus DecodeFP32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFP32BitRegisterClass() 97 static DecodeStatus DecodeFP64BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFP64BitRegisterClass() 103 static DecodeStatus DecodeFP128BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFP128BitRegisterClass() 110 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm) { in decodeUImmOperand() [all …]
|
| /external/llvm/lib/Target/AArch64/Disassembler/ |
| D | AArch64Disassembler.cpp | 266 static DecodeStatus DecodeFPR128RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFPR128RegisterClass() 277 static DecodeStatus DecodeFPR128_loRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFPR128_loRegisterClass() 295 static DecodeStatus DecodeFPR64RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFPR64RegisterClass() 316 static DecodeStatus DecodeFPR32RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFPR32RegisterClass() 337 static DecodeStatus DecodeFPR16RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFPR16RegisterClass() 358 static DecodeStatus DecodeFPR8RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFPR8RegisterClass() 379 static DecodeStatus DecodeGPR64RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPR64RegisterClass() 390 static DecodeStatus DecodeGPR64spRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPR64spRegisterClass() 412 static DecodeStatus DecodeGPR32RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPR32RegisterClass() 423 static DecodeStatus DecodeGPR32spRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPR32spRegisterClass() [all …]
|
| /external/llvm/lib/Target/PowerPC/Disassembler/ |
| D | PPCDisassembler.cpp | 172 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo, in decodeRegisterClass() 179 static DecodeStatus DecodeCRRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeCRRCRegisterClass() 185 static DecodeStatus DecodeCRBITRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeCRBITRCRegisterClass() 191 static DecodeStatus DecodeF4RCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeF4RCRegisterClass() 197 static DecodeStatus DecodeF8RCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeF8RCRegisterClass() 203 static DecodeStatus DecodeVRRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeVRRCRegisterClass() 209 static DecodeStatus DecodeVSRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeVSRCRegisterClass() 215 static DecodeStatus DecodeVSFRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeVSFRCRegisterClass() 221 static DecodeStatus DecodeGPRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGPRCRegisterClass() 227 static DecodeStatus DecodeGPRC_NOR0RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGPRC_NOR0RegisterClass() [all …]
|
| /external/llvm/lib/Target/ARM/Disassembler/ |
| D | ARMDisassembler.cpp | 880 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPRRegisterClass() 891 DecodeGPRnopcRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPRnopcRegisterClass() 904 DecodeGPRwithAPSRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPRwithAPSRRegisterClass() 918 static DecodeStatus DecodetGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodetGPRRegisterClass() 930 static DecodeStatus DecodeGPRPairRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPRPairRegisterClass() 945 static DecodeStatus DecodetcGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodetcGPRRegisterClass() 975 static DecodeStatus DecoderGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecoderGPRRegisterClass() 995 static DecodeStatus DecodeSPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeSPRRegisterClass() 1016 static DecodeStatus DecodeDPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeDPRRegisterClass() 1026 static DecodeStatus DecodeDPR_8RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeDPR_8RegisterClass() [all …]
|
| /external/llvm/lib/Target/Mips/Disassembler/ |
| D | MipsDisassembler.cpp | 843 static DecodeStatus DecodeCPU16RegsRegisterClass(MCInst &Inst, in DecodeCPU16RegsRegisterClass() 852 static DecodeStatus DecodeGPR64RegisterClass(MCInst &Inst, in DecodeGPR64RegisterClass() 865 static DecodeStatus DecodeGPR32RegisterClass(MCInst &Inst, in DecodeGPR32RegisterClass() 876 static DecodeStatus DecodePtrRegisterClass(MCInst &Inst, in DecodePtrRegisterClass() 886 static DecodeStatus DecodeDSPRRegisterClass(MCInst &Inst, in DecodeDSPRRegisterClass() 893 static DecodeStatus DecodeFGR64RegisterClass(MCInst &Inst, in DecodeFGR64RegisterClass() 905 static DecodeStatus DecodeFGR32RegisterClass(MCInst &Inst, in DecodeFGR32RegisterClass() 917 static DecodeStatus DecodeFGRH32RegisterClass(MCInst &Inst, in DecodeFGRH32RegisterClass() 929 static DecodeStatus DecodeCCRRegisterClass(MCInst &Inst, in DecodeCCRRegisterClass() 940 static DecodeStatus DecodeFCCRegisterClass(MCInst &Inst, in DecodeFCCRegisterClass() [all …]
|
| /external/llvm/lib/Target/XCore/Disassembler/ |
| D | XCoreDisassembler.cpp | 212 static DecodeStatus DecodeGRRegsRegisterClass(MCInst &Inst, in DecodeGRRegsRegisterClass() 224 static DecodeStatus DecodeRRegsRegisterClass(MCInst &Inst, in DecodeRRegsRegisterClass() 236 static DecodeStatus DecodeBitpOperand(MCInst &Inst, unsigned Val, in DecodeBitpOperand() 247 static DecodeStatus DecodeNegImmOperand(MCInst &Inst, unsigned Val, in DecodeNegImmOperand() 288 Decode2OpInstructionFail(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2OpInstructionFail() 358 Decode2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2RInstruction() 371 Decode2RImmInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2RImmInstruction() 384 DecodeR2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeR2RInstruction() 397 Decode2RSrcDstInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2RSrcDstInstruction() 411 DecodeRUSInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeRUSInstruction() [all …]
|
| /external/llvm/lib/Target/X86/AsmParser/ |
| D | X86AsmInstrumentation.cpp | 51 const MCInst &Inst, OperandVector &Operands, MCContext &Ctx, in InstrumentInstruction() 68 void EmitInstruction(MCStreamer &Out, const MCInst &Inst) { in EmitInstruction() 98 const MCInst &Inst, OperandVector &Operands, MCContext &Ctx, in InstrumentMOV() 186 MCInst Inst; in InstrumentMemOperandSmallImpl() local 199 MCInst Inst; in InstrumentMemOperandSmallImpl() local 224 MCInst Inst; in InstrumentMemOperandSmallImpl() local 267 MCInst Inst; in InstrumentMemOperandLargeImpl() local 278 MCInst Inst; in InstrumentMemOperandLargeImpl() local 326 MCInst Inst; in EmitAdjustRSP() local 362 MCInst Inst; in InstrumentMemOperandSmallImpl() local [all …]
|
| /external/llvm/lib/Target/Mips/ |
| D | MipsAnalyzeImmediate.h | 19 struct Inst { struct 21 Inst(unsigned Opc, unsigned ImmOpnd); argument
|
| /external/llvm/lib/Target/Sparc/Disassembler/ |
| D | SparcDisassembler.cpp | 116 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, in DecodeIntRegsRegisterClass() 127 static DecodeStatus DecodeI64RegsRegisterClass(MCInst &Inst, in DecodeI64RegsRegisterClass() 139 static DecodeStatus DecodeFPRegsRegisterClass(MCInst &Inst, in DecodeFPRegsRegisterClass() 151 static DecodeStatus DecodeDFPRegsRegisterClass(MCInst &Inst, in DecodeDFPRegsRegisterClass() 163 static DecodeStatus DecodeQFPRegsRegisterClass(MCInst &Inst, in DecodeQFPRegsRegisterClass() 177 static DecodeStatus DecodeFCCRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFCCRegsRegisterClass() 312 static DecodeStatus DecodeLoadInt(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadInt() 318 static DecodeStatus DecodeLoadFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadFP() 324 static DecodeStatus DecodeLoadDFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadDFP() 330 static DecodeStatus DecodeLoadQFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadQFP() [all …]
|
| /external/llvm/lib/Target/AArch64/ |
| D | AArch64AddressTypePromotion.cpp | 154 bool AArch64AddressTypePromotion::canGetThrough(const Instruction *Inst) { in canGetThrough() 177 bool AArch64AddressTypePromotion::shouldGetThrough(const Instruction *Inst) { in shouldGetThrough() 206 static bool shouldSExtOperand(const Instruction *Inst, int OpIdx) { in shouldSExtOperand() 270 while (auto *Inst = dyn_cast<Instruction>(SExt->getOperand(0))) { in propagateSignExtension() local 439 const Instruction *Inst = dyn_cast<GetElementPtrInst>(U); in analyzeSExtension() local 450 Instruction *Inst = SExt; in analyzeSExtension() local
|
| /external/llvm/lib/Target/AArch64/AsmParser/ |
| D | AArch64AsmParser.cpp | 1112 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() 1122 void addRegOperands(MCInst &Inst, unsigned N) const { in addRegOperands() 1127 void addGPR32as64Operands(MCInst &Inst, unsigned N) const { in addGPR32as64Operands() 1139 void addVectorReg64Operands(MCInst &Inst, unsigned N) const { in addVectorReg64Operands() 1146 void addVectorReg128Operands(MCInst &Inst, unsigned N) const { in addVectorReg128Operands() 1153 void addVectorRegLoOperands(MCInst &Inst, unsigned N) const { in addVectorRegLoOperands() 1159 void addVectorList64Operands(MCInst &Inst, unsigned N) const { in addVectorList64Operands() 1170 void addVectorList128Operands(MCInst &Inst, unsigned N) const { in addVectorList128Operands() 1180 void addVectorIndex1Operands(MCInst &Inst, unsigned N) const { in addVectorIndex1Operands() 1185 void addVectorIndexBOperands(MCInst &Inst, unsigned N) const { in addVectorIndexBOperands() [all …]
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | Sink.cpp | 76 bool Sinking::AllUsesDominatedByBlock(Instruction *Inst, in AllUsesDominatedByBlock() 139 Instruction *Inst = I; // The instruction to sink. in ProcessBlock() local 159 static bool isSafeToMove(Instruction *Inst, AliasAnalysis *AA, in isSafeToMove() 183 bool Sinking::IsAcceptableTarget(Instruction *Inst, in IsAcceptableTarget() 222 bool Sinking::SinkInstruction(Instruction *Inst, in SinkInstruction()
|
| /external/llvm/utils/TableGen/ |
| D | InstrInfoEmitter.cpp | 88 InstrInfoEmitter::GetOperandInfo(const CodeGenInstruction &Inst) { in GetOperandInfo() 180 for (const CodeGenInstruction *Inst : Target.instructions()) { in EmitOperandInfo() local 208 for (const CodeGenInstruction *Inst : NumberedInstructions) { in initOperandMapData() local 362 Record *Inst = II->TheDef; in run() local 388 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run() local 404 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run() local 461 void InstrInfoEmitter::emitRecord(const CodeGenInstruction &Inst, unsigned Num, in emitRecord() 583 for (const CodeGenInstruction *Inst : NumberedInstructions) in emitEnums() local
|
| /external/llvm/lib/Target/ARM/AsmParser/ |
| D | ARMAsmParser.cpp | 1693 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() 1703 void addCondCodeOperands(MCInst &Inst, unsigned N) const { in addCondCodeOperands() 1710 void addCoprocNumOperands(MCInst &Inst, unsigned N) const { in addCoprocNumOperands() 1715 void addCoprocRegOperands(MCInst &Inst, unsigned N) const { in addCoprocRegOperands() 1720 void addCoprocOptionOperands(MCInst &Inst, unsigned N) const { in addCoprocOptionOperands() 1725 void addITMaskOperands(MCInst &Inst, unsigned N) const { in addITMaskOperands() 1730 void addITCondCodeOperands(MCInst &Inst, unsigned N) const { in addITCondCodeOperands() 1735 void addCCOutOperands(MCInst &Inst, unsigned N) const { in addCCOutOperands() 1740 void addRegOperands(MCInst &Inst, unsigned N) const { in addRegOperands() 1745 void addRegShiftedRegOperands(MCInst &Inst, unsigned N) const { in addRegShiftedRegOperands() [all …]
|
| /external/llvm/lib/Transforms/ObjCARC/ |
| D | DependencyAnalysis.cpp | 36 llvm::objcarc::CanAlterRefCount(const Instruction *Inst, const Value *Ptr, in CanAlterRefCount() 73 llvm::objcarc::CanUse(const Instruction *Inst, const Value *Ptr, in CanUse() 118 llvm::objcarc::Depends(DependenceKind Flavor, Instruction *Inst, in Depends() 238 Instruction *Inst = --LocalStartPos; in FindDependencies() local
|
| /external/llvm/lib/Target/Mips/AsmParser/ |
| D | MipsAsmParser.cpp | 531 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr() 541 void addRegOperands(MCInst &Inst, unsigned N) const { in addRegOperands() 548 void addGPR32AsmRegOperands(MCInst &Inst, unsigned N) const { in addGPR32AsmRegOperands() 556 void addGPR64AsmRegOperands(MCInst &Inst, unsigned N) const { in addGPR64AsmRegOperands() 561 void addAFGR64AsmRegOperands(MCInst &Inst, unsigned N) const { in addAFGR64AsmRegOperands() 566 void addFGR64AsmRegOperands(MCInst &Inst, unsigned N) const { in addFGR64AsmRegOperands() 571 void addFGR32AsmRegOperands(MCInst &Inst, unsigned N) const { in addFGR32AsmRegOperands() 580 void addFGRH32AsmRegOperands(MCInst &Inst, unsigned N) const { in addFGRH32AsmRegOperands() 585 void addFCCAsmRegOperands(MCInst &Inst, unsigned N) const { in addFCCAsmRegOperands() 590 void addMSA128AsmRegOperands(MCInst &Inst, unsigned N) const { in addMSA128AsmRegOperands() [all …]
|
| /external/llvm/lib/Analysis/ |
| 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 327 if (Instruction *Inst = dyn_cast_or_null<Instruction>(Addr)) in PHITranslateValue() local 378 Instruction *Inst = cast<Instruction>(InVal); in InsertPHITranslatedSubExpr() local
|
| D | MemoryDependenceAnalysis.cpp | 106 Instruction *Inst, KeyTy Val) { in RemoveFromReverseMap() 121 AliasAnalysis::ModRefResult GetLocation(const Instruction *Inst, in GetLocation() 208 Instruction *Inst = --ScanIt; in getCallSiteDependencyFrom() local 378 Instruction *Inst = --ScanIt; in getPointerDependencyFrom() local 563 if (Instruction *Inst = LocalCache.getInst()) { in getDependency() local 716 if (Instruction *Inst = ExistingResult->getResult().getInst()) { in getNonLocalCallDependency() local 749 if (Instruction *Inst = Dep.getInst()) in getNonLocalCallDependency() local 857 Instruction *Inst = Dep.getInst(); in GetNonLocalInfoForBlock() local 946 if (Instruction *Inst = DI->getResult().getInst()) in getNonLocalPointerDepFromBB() local 967 if (Instruction *Inst = DI->getResult().getInst()) in getNonLocalPointerDepFromBB() local [all …]
|
| D | Delinearization.cpp | 73 static Value *getPointerOperand(Instruction &Inst) { in getPointerOperand() 86 Instruction *Inst = &(*I); in print() local
|
| /external/llvm/lib/Target/Mips/MCTargetDesc/ |
| D | MipsAsmBackend.h | 58 bool mayNeedRelaxation(const MCInst &Inst) const override { in mayNeedRelaxation() 78 void relaxInstruction(const MCInst &Inst, MCInst &Res) const override {} in relaxInstruction()
|
| /external/llvm/lib/AsmParser/ |
| D | LLParser.cpp | 54 Instruction *Inst = I->first; in ValidateEndOfModule() local 1545 bool LLParser::ParseInstructionMetadata(Instruction *Inst, in ParseInstructionMetadata() 2286 LocTy NameLoc, Instruction *Inst) { in SetInstName() 3365 Instruction *Inst; in ParseBasicBlock() local 3420 int LLParser::ParseInstruction(Instruction *&Inst, BasicBlock *BB, in ParseInstruction() 3573 bool LLParser::ParseRet(Instruction *&Inst, BasicBlock *BB, in ParseRet() 3605 bool LLParser::ParseBr(Instruction *&Inst, PerFunctionState &PFS) { in ParseBr() 3634 bool LLParser::ParseSwitch(Instruction *&Inst, PerFunctionState &PFS) { in ParseSwitch() 3679 bool LLParser::ParseIndirectBr(Instruction *&Inst, PerFunctionState &PFS) { in ParseIndirectBr() 3720 bool LLParser::ParseInvoke(Instruction *&Inst, PerFunctionState &PFS) { in ParseInvoke() [all …]
|
| /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_misc.cpp | 217 lp_set_load_alignment(LLVMValueRef Inst, in lp_set_load_alignment() 225 lp_set_store_alignment(LLVMValueRef Inst, in lp_set_store_alignment()
|
| /external/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_misc.cpp | 217 lp_set_load_alignment(LLVMValueRef Inst, in lp_set_load_alignment() 225 lp_set_store_alignment(LLVMValueRef Inst, in lp_set_store_alignment()
|
| /external/llvm/lib/MC/ |
| D | MCInstrAnalysis.cpp | 13 bool MCInstrAnalysis::evaluateBranch(const MCInst &Inst, uint64_t Addr, in evaluateBranch()
|