Searched refs:ExtendOp (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1101 unsigned ExtendOp;
1104 ExtendOp = (SrcVT.isFloatingPoint() ?
1107 case ISD::SEXTLOAD: ExtendOp = ISD::SIGN_EXTEND; break;
1108 case ISD::ZEXTLOAD: ExtendOp = ISD::ZERO_EXTEND; break;
1111 Value = DAG.getNode(ExtendOp, dl, Node->getValueType(0), Load);
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp231 struct ExtendOp { struct in class:__anon25952::AArch64Operand
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11903 unsigned ExtendOp =
11905 Op0 = DAG.getNode(ExtendOp, dl, MVT::i32, Op0);
11906 Op1 = DAG.getNode(ExtendOp, dl, MVT::i32, Op1);

Completed in 145 milliseconds