Searched defs:IndexOp (Results 1 – 5 of 5) sorted by relevance
/llvm-project/polly/lib/CodeGen/ |
H A D | IslExprBuilder.cpp | 243 Value *Base, *IndexOp, *Access; createAccessAddress() local [all...] |
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 1645 const MachineOperand &IndexOp = MI->getOperand(3); verifyPreISelGenericInstruction() local 1696 const MachineOperand &IndexOp = MI->getOperand(2); verifyPreISelGenericInstruction() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 2904 selectVectorAddr(MemSDNode * Parent,SDValue BasePtr,SDValue IndexOp,SDValue ScaleOp,SDValue & Base,SDValue & Scale,SDValue & Index,SDValue & Disp,SDValue & Segment) selectVectorAddr() argument 6334 SDValue IndexOp = Mgt->getIndex(); Select() local 6432 SDValue IndexOp = Sc->getIndex(); Select() local [all...] |
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 1548 Value *IndexOp = InsElt.getOperand(2); foldTruncInsEltPair() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 8291 packTBLDVectorList(CodeGenFunction & CGF,ArrayRef<Value * > Ops,Value * ExtOp,Value * IndexOp,llvm::Type * ResTy,unsigned IntID,const char * Name) packTBLDVectorList() argument
|