Searched refs:PreOp (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/Lanai/AsmParser/ |
D | LanaiAsmParser.cpp | 38 unsigned parseAluOperator(bool PreOp, bool PostOp); 774 static unsigned AluWithPrePost(unsigned AluCode, bool PreOp, bool PostOp) { in AluWithPrePost() argument 775 if (PreOp) in AluWithPrePost() 782 unsigned LanaiAsmParser::parseAluOperator(bool PreOp, bool PostOp) { in parseAluOperator() argument 864 bool PostOp = false, PreOp = false; in parseMemoryOperand() local 889 PreOp = parsePrePost(Type, &OffsetValue); in parseMemoryOperand() 922 if (!PreOp) in parseMemoryOperand() 943 AluOp = parseAluOperator(PreOp, PostOp); in parseMemoryOperand() 956 AluOp = AluWithPrePost(AluOp, PreOp, PostOp); in parseMemoryOperand()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 8961 SDValue PreOp = OpV; in tryMatchAcrossLaneShuffleForReduction() local 8964 SDValue CurOp = PreOp.getOperand(0); in tryMatchAcrossLaneShuffleForReduction() 8965 SDValue Shuffle = PreOp.getOperand(1); in tryMatchAcrossLaneShuffleForReduction() 8969 CurOp = PreOp.getOperand(1); in tryMatchAcrossLaneShuffleForReduction() 8970 Shuffle = PreOp.getOperand(0); in tryMatchAcrossLaneShuffleForReduction() 9006 PreOp = CurOp; in tryMatchAcrossLaneShuffleForReduction() 9042 DAG.getConstant(Opcode, DL, MVT::i32), PreOp) in tryMatchAcrossLaneShuffleForReduction() 9045 DAG.getNode(Opcode, DL, PreOp.getSimpleValueType(), PreOp), in tryMatchAcrossLaneShuffleForReduction()
|