Home
last modified time | relevance | path

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

123456789

/external/swiftshader/third_party/subzero/src/
DIceConverter.cpp206 Ice::Operand *convertOperand(const Instruction *Instr, unsigned OpNum) { in convertOperand()
224 Ice::Inst *convertInstruction(const Instruction *Instr) { in convertInstruction()
331 Ice::Inst *convertLoadInstruction(const LoadInst *Instr) { in convertLoadInstruction()
337 Ice::Inst *convertStoreInstruction(const StoreInst *Instr) { in convertStoreInstruction()
343 Ice::Inst *convertArithInstruction(const Instruction *Instr, in convertArithInstruction()
352 Ice::Inst *convertPHINodeInstruction(const PHINode *Instr) { in convertPHINodeInstruction()
363 Ice::Inst *convertBrInstruction(const BranchInst *Instr) { in convertBrInstruction()
377 Ice::Inst *convertIntToPtrInstruction(const IntToPtrInst *Instr) { in convertIntToPtrInstruction()
383 Ice::Inst *convertPtrToIntInstruction(const PtrToIntInst *Instr) { in convertPtrToIntInstruction()
389 Ice::Inst *convertRetInstruction(const ReturnInst *Instr) { in convertRetInstruction()
[all …]
DIceInst.h305 static bool classof(const Inst *Instr) { return Instr->getKind() == Alloca; } in classof()
343 static bool classof(const Inst *Instr) { in classof()
371 static bool classof(const Inst *Instr) { return Instr->getKind() == Assign; } in classof()
412 static bool classof(const Inst *Instr) { return Instr->getKind() == Br; } in classof()
453 static bool classof(const Inst *Instr) { return Instr->getKind() == Call; } in classof()
496 static bool classof(const Inst *Instr) { return Instr->getKind() == Cast; } in classof()
519 static bool classof(const Inst *Instr) { in classof()
551 static bool classof(const Inst *Instr) { return Instr->getKind() == Fcmp; } in classof()
584 static bool classof(const Inst *Instr) { return Instr->getKind() == Icmp; } in classof()
608 static bool classof(const Inst *Instr) { in classof()
[all …]
DIceInstARM32.h499 static bool isClassof(const Inst *Instr, InstKindARM32 MyKind) { in isClassof()
578 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
619 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
684 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
722 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
768 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
817 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
898 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
948 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
989 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof()
[all …]
DIceTargetLowering.cpp82 void LoweringContext::insert(Inst *Instr) { in insert()
111 Inst *Instr = LastInserted; in availabilityUpdate() local
391 Inst *Instr = iteratorToInst(Context.getCur()); in lower() local
478 InstHighLevel *Instr) { in lowerInst()
491 void TargetLowering::lowerOther(const Inst *Instr) { in lowerOther()
534 for (auto &Instr : Insts) { in getInstructionsInRange() local
600 for (auto *Instr : in postRegallocSplitting() local
666 for (auto *Instr : RelevantInsts) { in postRegallocSplitting() local
706 for (auto Instr = Context.getCur(), E = Context.getNext(); Instr != E; in markRedefinitions() local
722 void TargetLowering::addFakeDefUses(const Inst *Instr) { in addFakeDefUses()
DIceVariableSplitting.cpp80 for (const Inst &Instr : Node->getInsts()) { in reset() local
141 bool isInstLastUseOfVar(const Variable *Var, const Inst *Instr) { in isInstLastUseOfVar()
427 Inst *Instr = nullptr; member in Ice::__anon779d90330111::LocalVariableSplitter
540 Inst *Instr = iteratorToInst(Iter); in splitBlockLocalVariables() local
DIceInstVarIter.h145 #define FOREACH_VAR_IN_INST(Var, Instr) \ argument
DIceInstrumentation.cpp61 Inst *Instr = iteratorToInst(Context.getCur()); in instrumentInst() local
/external/llvm-project/llvm/tools/llvm-cfi-verify/lib/
DFileAnalysis.h78 struct Instr { struct
80 MCInst Instruction; // Instruction. argument
81 uint64_t InstructionSize; // Size of this instruction. argument
82 bool Valid; // Is this a valid instruction? If false, Instr::Instruction is argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstructionSelector.cpp643 struct Instr { in select() struct
644 unsigned Opcode; in select()
645 Register Def, LHS, RHS; in select()
646 Instr(unsigned Opcode, Register Def, Register LHS, Register RHS) in select() argument
649 bool hasImm() const { in select()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsInstructionSelector.cpp742 struct Instr { in select() struct
743 unsigned Opcode; in select()
744 Register Def, LHS, RHS; in select()
745 Instr(unsigned Opcode, Register Def, Register LHS, Register RHS) in select() function
748 bool hasImm() const { in select()
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DSerialSnippetGenerator.cpp38 computeAliasingInstructions(const LLVMState &State, const Instruction *Instr, in computeAliasingInstructions()
71 static ExecutionMode getExecutionModes(const Instruction &Instr, in getExecutionModes()
133 const Instruction &Instr = Variant.getInstr(); in appendCodeTemplates() local
DTarget.h120 virtual Error randomizeTargetMCOperand(const Instruction &Instr, in randomizeTargetMCOperand()
131 virtual bool allowAsBackToBack(const Instruction &Instr) const { in allowAsBackToBack()
139 generateInstructionVariants(const Instruction &Instr, in generateInstructionVariants()
DParallelSnippetGenerator.cpp83 getVariablesWithTiedOperands(const Instruction &Instr) { in getVariablesWithTiedOperands()
160 const Instruction &Instr = Variant.getInstr(); in generateCodeTemplates() local
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/
DTarget.cpp57 static const char *isInvalidMemoryInstr(const Instruction &Instr) { in isInvalidMemoryInstr()
192 static const char *isInvalidOpcode(const Instruction &Instr) { in isInvalidOpcode()
215 static unsigned getX86FPFlags(const Instruction &Instr) { in getX86FPFlags()
230 const Instruction &Instr, const BitVector &ForbiddenRegisters, in generateLEATemplatesCommon()
307 const Instruction &Instr = Variant.getInstr(); in generateCodeTemplates() local
367 const Instruction &Instr = Variant.getInstr(); in generateCodeTemplates() local
780 const Instruction &Instr, const Variable &Var, MCOperand &AssignedValue, in randomizeTargetMCOperand()
877 const Instruction &Instr, unsigned MaxConfigsPerOpcode) const { in generateInstructionVariants() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVectorUtils.h423 InterleaveGroup(InstTy *Instr, int32_t Stride, Align Alignment) in InterleaveGroup()
442 bool insertMember(InstTy *Instr, int32_t Index, Align NewAlign) { in insertMember()
493 uint32_t getIndex(const InstTy *Instr) const { in getIndex()
589 bool isInterleaved(Instruction *Instr) const { in isInterleaved()
597 getInterleaveGroup(const Instruction *Instr) const { in getInterleaveGroup()
671 createInterleaveGroup(Instruction *Instr, int Stride, Align Alignment) { in createInterleaveGroup()
/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchDagPredicate.cpp27 GIMatchDagContext &Ctx, StringRef Name, const CodeGenInstruction &Instr) in GIMatchDagOpcodePredicate()
44 for (const CodeGenInstruction *Instr : Instrs) { in printDescription() local
DGIMatchDagPredicate.h80 const CodeGenInstruction &Instr; variable
105 void addOpcode(const CodeGenInstruction *Instr) { Instrs.push_back(Instr); } in addOpcode()
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/Mips/
DSnippetGeneratorTest.cpp41 const Instruction &Instr = State.getIC().getInstr(Opcode); in checkAndGetCodeTemplates() local
91 const Instruction &Instr = State.getIC().getInstr(Mips::XOR); in TEST_F() local
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/
DSnippetGeneratorTest.cpp52 const Instruction &Instr = State.getIC().getInstr(Opcode); in checkAndGetCodeTemplates() local
153 const Instruction &Instr = State.getIC().getInstr(Opcode); in TEST_F() local
210 const Instruction &Instr = State.getIC().getInstr(Opcode); in TEST_F() local
361 const Instruction &Instr = State.getIC().getInstr(Opcode); in TEST_F() local
416 const Instruction &Instr = State.getIC().getInstr(Opcode); in TEST_F() local
/external/llvm-project/llvm/include/llvm/Analysis/
DVectorUtils.h593 InterleaveGroup(InstTy *Instr, int32_t Stride, Align Alignment) in InterleaveGroup()
616 bool insertMember(InstTy *Instr, int32_t Index, Align NewAlign) { in insertMember()
667 uint32_t getIndex(const InstTy *Instr) const { in getIndex()
771 bool isInterleaved(Instruction *Instr) const { in isInterleaved()
779 getInterleaveGroup(const Instruction *Instr) const { in getInterleaveGroup()
853 createInterleaveGroup(Instruction *Instr, int Stride, Align Alignment) { in createInterleaveGroup()
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DMachO_arm64.cpp296 uint32_t Instr = *(const ulittle32_t *)FixupContent; in addRelocations() local
331 uint32_t Instr = *(const ulittle32_t *)FixupContent; in addRelocations() local
343 uint32_t Instr = *(const ulittle32_t *)FixupContent; in addRelocations() local
355 uint32_t Instr = *(const ulittle32_t *)FixupContent; in addRelocations() local
531 static unsigned getPageOffset12Shift(uint32_t Instr) { in getPageOffset12Shift()
/external/llvm/lib/Target/ARM/
DARMFeatures.h25 inline bool isV8EligibleForIT(InstrType *Instr) { in isV8EligibleForIT()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFeatures.h24 inline bool isV8EligibleForIT(const InstrType *Instr) { in isV8EligibleForIT()
/external/llvm-project/llvm/lib/Target/ARM/
DARMFeatures.h24 inline bool isV8EligibleForIT(const InstrType *Instr) { in isV8EligibleForIT()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachO_arm64.cpp278 uint32_t Instr = *(const ulittle32_t *)FixupContent; in addRelocations() local
313 uint32_t Instr = *(const ulittle32_t *)FixupContent; in addRelocations() local
332 uint32_t Instr = *(const ulittle32_t *)FixupContent; in addRelocations() local
507 static unsigned getPageOffset12Shift(uint32_t Instr) { in getPageOffset12Shift()

123456789