Home
last modified time | relevance | path

Searched defs:Instr (Results 1 – 25 of 91) sorted by relevance

1234

/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_aarch64.cpp193 uint32_t Instr = *(const ulittle32_t *)FixupContent; addSingleRelocation() local
210 uint32_t Instr = *(const ulittle32_t *)FixupContent; addSingleRelocation() local
221 uint32_t Instr = *(const ulittle32_t *)FixupContent; addSingleRelocation() local
232 uint32_t Instr = *(const ulittle32_t *)FixupContent; addSingleRelocation() local
243 uint32_t Instr = *(const ulittle32_t *)FixupContent; addSingleRelocation() local
254 uint32_t Instr = *(const ulittle32_t *)FixupContent; addSingleRelocation() local
265 uint32_t Instr = *(const ulittle32_t *)FixupContent; addSingleRelocation() local
276 uint32_t Instr = *(const ulittle32_t *)FixupContent; addSingleRelocation() local
287 uint32_t Instr = *(const ulittle32_t *)FixupContent; addSingleRelocation() local
298 uint32_t Instr = *(const ulittle32_t *)FixupContent; addSingleRelocation() local
309 uint32_t Instr = *(const ulittle32_t *)FixupContent; addSingleRelocation() local
318 uint32_t Instr = *(const ulittle32_t *)FixupContent; addSingleRelocation() local
[all...]
H A DMachO_arm64.cpp352 uint32_t Instr = *(const ulittle32_t *)FixupContent; addRelocations() local
396 uint32_t Instr = *(const ulittle32_t *)FixupContent; addRelocations() local
416 uint32_t Instr = *(const ulittle32_t *)FixupContent; addRelocations() local
430 uint32_t Instr = *(const ulittle32_t *)FixupContent; addRelocations() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch64.h355 isLoadStoreImm12(uint32_t Instr) isLoadStoreImm12() argument
360 isTestAndBranchImm14(uint32_t Instr) isTestAndBranchImm14() argument
365 isCondBranchImm19(uint32_t Instr) isCondBranchImm19() argument
370 isCompAndBranchImm19(uint32_t Instr) isCompAndBranchImm19() argument
375 isADR(uint32_t Instr) isADR() argument
386 getPageOffset12Shift(uint32_t Instr) getPageOffset12Shift() argument
402 isMoveWideImm16(uint32_t Instr) isMoveWideImm16() argument
411 getMoveWide16Shift(uint32_t Instr) getMoveWide16Shift() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp742 struct Instr { select() struct
743 OpcodeMipsInstructionSelector::select::Instr select() argument
744 RHSMipsInstructionSelector::select::Instr select() argument
745 InstrMipsInstructionSelector::select::Instr select() argument
748 hasImmMipsInstructionSelector::select::Instr select() argument
H A DMipsBranchExpansion.cpp221 Iter Instr = getNextMachineInstrInBB(Position); in getNextMachineInstr() local
400 MachineInstrBuilder Instr = buildProperJumpMI() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h450 InterleaveGroup(InstTy * Instr,int32_t Stride,Align Alignment) InterleaveGroup() argument
469 insertMember(InstTy * Instr,int32_t Index,Align NewAlign) insertMember() argument
521 getIndex(const InstTy * Instr) getIndex() argument
623 isInterleaved(Instruction * Instr) isInterleaved() argument
631 getInterleaveGroup(const Instruction * Instr) getInterleaveGroup() argument
706 createInterleaveGroup(Instruction * Instr,int Stride,Align Alignment) createInterleaveGroup() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRemoveRedundantDebugValues.cpp138 for (auto &Instr : DbgValsToBeRemoved) { in reduceDbgValsForwardScan() local
193 for (auto &Instr : DbgValsToBeRemoved) { in reduceDbgValsBackwardScan() local
H A DMachineUniformityAnalysis.cpp32 const MachineInstr &Instr) { in markDefsDivergent() argument
79 const MachineInstr &Instr) { in pushUsers() argument
H A DMachineSSAContext.cpp87 if (auto *Instr = MRI->getUniqueVRegDef(Value)) { in print() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFeatures.h24 inline bool isV8EligibleForIT(const InstrType *Instr) { in isV8EligibleForIT()
H A DMVETPAndVPTOptimisationsPass.cpp574 static ARMCC::CondCodes GetCondCode(MachineInstr &Instr) { in GetCondCode() argument
607 static bool IsWritingToVCCR(MachineInstr &Instr) { in IsWritingToVCCR() argument
630 ReplaceRegisterUseWithVPNOT(MachineBasicBlock & MBB,MachineInstr & Instr,MachineOperand & User,Register Target) ReplaceRegisterUseWithVPNOT() argument
[all...]
H A DThumb1InstrInfo.cpp144 unsigned Instr; expandLoadStackGuard() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DUniformityAnalysis.cpp29 const Instruction &Instr) { in markDefsDivergent()
59 const Instruction &Instr) { in pushUsers()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/Disassembler/
H A DLanaiDisassembler.cpp90 static void PostOperandDecodeAdjust(MCInst &Instr, uint32_t Insn) { in PostOperandDecodeAdjust()
132 LanaiDisassembler::getInstruction(MCInst &Instr, uint64_t &Size, in getInstruction()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXProxyRegErasure.cpp107 void NVPTXProxyRegErasure::replaceRegisterUsage(MachineInstr &Instr, in replaceRegisterUsage()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp681 narrowSDivOrSRem(BinaryOperator * Instr,const ConstantRange & LCR,const ConstantRange & RCR) narrowSDivOrSRem() argument
728 expandUDivOrURem(BinaryOperator * Instr,const ConstantRange & XCR,const ConstantRange & YCR) expandUDivOrURem() argument
809 narrowUDivOrURem(BinaryOperator * Instr,const ConstantRange & XCR,const ConstantRange & YCR) narrowUDivOrURem() argument
847 processUDivOrURem(BinaryOperator * Instr,LazyValueInfo * LVI) processUDivOrURem() argument
980 processSDivOrSRem(BinaryOperator * Instr,LazyValueInfo * LVI) processSDivOrSRem() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h222 isNotInMIMap(const MachineInstr & Instr) isNotInMIMap() argument
227 getInstructionIndex(const MachineInstr & Instr) getInstructionIndex() argument
H A DDbgEntityHistoryCalculator.h78 Entry(const MachineInstr *Instr, EntryKind Kind) in Entry()
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DSSAContext.cpp66 bool SSAContext::isConstantOrUndefValuePhi(const Instruction &Instr) { in isConstantOrUndefValuePhi()
H A DFPEnv.cpp90 Intrinsic::ID getConstrainedIntrinsicID(const Instruction &Instr) { in getConstrainedIntrinsicID()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp95 } else if (Instruction *Instr = dyn_cast<Instruction>(WU)) { replaceConstantExprOp() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp322 const MachineInstr &Instr = *I; optimizeCompareInstr() local
357 const MachineInstr &Instr = *I; optimizeCompareInstr() local
H A DLanaiMemAluCombiner.cpp189 bool InstrUsesReg(const MbbIterator &Instr, const MachineOperand *Reg) { in InstrUsesReg()
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp155 for (auto *Instr : Instrs) in renumberInstrs() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.cpp80 auto Instr = BuildMI(*MF, DL, TII->get(CSKY::LRW32)) in expandTLSLA() local

1234