Searched defs:processInstruction (Results 1 - 11 of 11) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp63 static bool processInstruction(Loop &L, Instruction &Inst, DominatorTree &DT, function
193 processInstruction(*OtherLoop, *I, DT, EBs, PredCache, LI);
246 Changed |= processInstruction(L, I, DT, ExitBlocks, PredCache, LI);
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
H A DPTXFPRoundingModePass.cpp59 void processInstruction(MachineInstr &MI);
76 processInstruction(MI);
162 void PTXFPRoundingModePass::processInstruction(MachineInstr &MI) { function in class:PTXFPRoundingModePass
/external/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp57 void processInstruction(MachineBasicBlock::iterator &I,
299 void FixupLEAPass::processInstruction(MachineBasicBlock::iterator &I, function in class:FixupLEAPass
332 processInstruction(J, MFI);
414 processInstruction(I, MFI);
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DGVN.cpp545 bool processInstruction(Instruction *I);
2019 /// processInstruction - When calculating availability, handle an instruction
2021 bool GVN::processInstruction(Instruction *I) { function in class:GVN
2187 ChangedFunction |= processInstruction(BI);
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp725 bool processInstruction(MCInst &Inst, const OperandVector &Ops);
2534 bool X86AsmParser::processInstruction(MCInst &Inst, const OperandVector &Ops) { function in class:X86AsmParser
2625 while (processInstruction(Inst, Operands))
2868 while (processInstruction(Inst, Operands))
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2048 bool GVN::processInstruction(Instruction *I) { function in class:GVN
2261 ChangedFunction |= processInstruction(&*BI);
/external/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp118 int processInstruction(MCInst &Inst, OperandVector const &Operands,
781 result = processInstruction(MCI, InstOperands, IDLoc);
1524 int HexagonAsmParser::processInstruction(MCInst &Inst, function in class:HexagonAsmParser
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp203 void processInstruction(MCInst &Inst,
4085 // instruction. We'll make the transformation in processInstruction()
4145 processInstruction(MCInst &Inst, function in class:__anon18719::ARMAsmParser
4421 processInstruction(Inst, Operands);
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp325 bool processInstruction(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,
1508 bool MipsAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, function in class:MipsAsmParser
3767 if (processInstruction(Inst, IDLoc, Out, STI))
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp355 bool processInstruction(MCInst &Inst, const OperandVector &Ops, MCStreamer &Out);
5552 // it in processInstruction(), but the 3 operand form of ADD (t2ADDrr)
6350 // We'll make the transformation in processInstruction() if necessary.
6451 // switched to the t2 encodings in processInstruction() if necessary.
6822 bool ARMAsmParser::processInstruction(MCInst &Inst, function in class:__anon12918::ARMAsmParser
8828 { // processInstruction() updates inITBlock state, we need to save it away
8835 while (processInstruction(Inst, Operands, Out))
/external/mockito/lib/
H A Dbyte-buddy-1.6.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...

Completed in 488 milliseconds