Searched defs:SrcOp (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp238 std::pair<unsigned,unsigned> SrcOp = Ops.ParseOperandName(SrcOpName, false); local
/freebsd-10.2-release/contrib/llvm/lib/Linker/
H A DLinkModules.cpp1074 MDNode *SrcOp = SrcModFlags->getOperand(I); local
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2042 Value *SrcOp = LI->getOperand(0); local
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1343 Value *SrcOp = Instr->getOperand(op); local
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5301 static SDValue getVShift(bool isLeft, EVT VT, SDValue SrcOp, argument
5315 LowerAsSplatVectorLoad(SDValue SrcOp, MVT VT, SDLoc dl, SelectionDAG &DAG) { argument
6708 getVZextMovL(MVT VT, MVT OpVT, SDValue SrcOp, SelectionDAG &DAG, const X86Subtarget *Subtarget, SDLoc dl) argument
10982 getTargetVShiftByConstNode(unsigned Opc, SDLoc dl, EVT VT, SDValue SrcOp, uint64_t ShiftAmt, SelectionDAG &DAG) argument
11002 getTargetVShiftNode(unsigned Opc, SDLoc dl, EVT VT, SDValue SrcOp, SDValue ShAmt, SelectionDAG &DAG) argument
[all...]

Completed in 192 milliseconds