Searched refs:FPI (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 107 // The second instruction is defined with FPI, which is the actual instruction 114 // a pattern) and the FPI instruction should have emission info (e.g. opcode 179 def _F32m : FPI<0xD8, fp, (outs), (ins f32mem:$src), 182 def _F64m : FPI<0xDC, fp, (outs), (ins f64mem:$src), 228 def _FI16m : FPI<0xDE, fp, (outs), (ins i16mem:$src), 231 def _FI32m : FPI<0xDA, fp, (outs), (ins i32mem:$src), 258 : FPI<0xD8, fp, (outs), (ins RST:$op), asm>; 260 : FPI<0xDC, fp, (outs), (ins RST:$op), asm>; 262 : FPI<0xDE, fp, (outs), (ins RST:$op), asm>; 303 def _F : FPI<0xD9, fp, (outs), (ins), asmstring>; [all …]
|
D | X86InstrFormats.td | 394 // FPI - Floating Point Instruction template. 395 class FPI<bits<8> o, Format F, dag outs, dag ins, string asm,
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/ |
D | doctype01.dat | 303 <!DOCTYPE root-element [SYSTEM OR PUBLIC FPI] "uri" [
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1468 auto *FPI = cast<FuncletPadInst>(I); in InlineFunction() local 1469 if (isa<ConstantTokenNone>(FPI->getParentPad())) in InlineFunction() 1470 FPI->setParentPad(CallSiteEHPad); in InlineFunction()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 958 FuncletPadInst::FuncletPadInst(const FuncletPadInst &FPI) in FuncletPadInst() argument 959 : Instruction(FPI.getType(), FPI.getOpcode(), in FuncletPadInst() 961 FPI.getNumOperands(), in FuncletPadInst() 962 FPI.getNumOperands()) { in FuncletPadInst() 963 std::copy(FPI.op_begin(), FPI.op_end(), op_begin()); in FuncletPadInst() 964 setParentPad(FPI.getParentPad()); in FuncletPadInst()
|
D | AsmWriter.cpp | 2902 } else if (const auto *FPI = dyn_cast<FuncletPadInst>(&I)) { in printInstruction() local 2904 writeOperand(FPI->getParentPad(), /*PrintType=*/false); in printInstruction() 2906 for (unsigned Op = 0, NumOps = FPI->getNumArgOperands(); Op < NumOps; in printInstruction() 2910 writeOperand(FPI->getArgOperand(Op), /*PrintType=*/true); in printInstruction()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 483 void visitFuncletPadInst(FuncletPadInst &FPI) { in visitFuncletPadInst() argument 484 markAnythingOverdefined(&FPI); in visitFuncletPadInst()
|