OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Opnd0
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp
214
SDValue
Opnd0
= Addr.getOperand(1).getOperand(0);
215
if (isa<ConstantPoolSDNode>(
Opnd0
) || isa<GlobalAddressSDNode>(
Opnd0
) ||
216
isa<JumpTableSDNode>(
Opnd0
)) {
218
Offset =
Opnd0
;
MipsSEISelDAGToDAG.cpp
291
SDValue
Opnd0
= Addr.getOperand(1).getOperand(0);
292
if (isa<ConstantPoolSDNode>(
Opnd0
) || isa<GlobalAddressSDNode>(
Opnd0
) ||
293
isa<JumpTableSDNode>(
Opnd0
)) {
295
Offset =
Opnd0
;
/external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp
172
Value *createFSub(Value *
Opnd0
, Value *Opnd1);
173
Value *createFAdd(Value *
Opnd0
, Value *Opnd1);
174
Value *createFMul(Value *
Opnd0
, Value *Opnd1);
175
Value *createFDiv(Value *
Opnd0
, Value *Opnd1);
359
Value *
Opnd0
= I->getOperand(0);
361
if ((C0 = dyn_cast<ConstantFP>(
Opnd0
)) && C0->isZero())
362
Opnd0
= 0;
367
if (
Opnd0
) {
369
Addend0.set(1,
Opnd0
);
375
FAddend &Addend =
Opnd0
? Addend1 : Addend0
[
all
...]
InstCombineMulDivRem.cpp
361
Value *
Opnd0
= FMulOrDiv->getOperand(0);
364
ConstantFP *C0 = dyn_cast<ConstantFP>(
Opnd0
);
373
R = BinaryOperator::CreateFMul(C1 ?
Opnd0
: Opnd1, F);
384
R = BinaryOperator::CreateFMul(
Opnd0
, F);
389
R = BinaryOperator::CreateFDiv(
Opnd0
, F);
442
Value *
Opnd0
= FAddSub->getOperand(0);
444
ConstantFP *C0 = dyn_cast<ConstantFP>(
Opnd0
);
449
std::swap(
Opnd0
, Opnd1);
454
isFMulOrFDivWithConstant(
Opnd0
)) {
457
foldFMulConst(cast<Instruction>(
Opnd0
), C, &I)
[
all
...]
InstCombineAndOrXor.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp
538
Value *
Opnd0
= PopCntZext;
541
std::swap(
Opnd0
, Opnd1);
544
cast<ICmpInst>(Builder.CreateICmp(PreCond->getPredicate(),
Opnd0
, Opnd1));
[
all
...]
/external/llvm/include/llvm/Support/
PatternMatch.h
[
all
...]
Completed in 946 milliseconds