OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Opnd
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Target/AArch64/
AArch64AddressTypePromotion.cpp
165
const Instruction *
Opnd
= cast<Instruction>(Inst->getOperand(0));
168
Opnd
->getOperand(0)->getType()->getIntegerBitWidth() &&
320
Value *
Opnd
= Inst->getOperand(OpIdx);
321
if (const ConstantInt *Cst = dyn_cast<ConstantInt>(
Opnd
)) {
328
if (isa<UndefValue>(
Opnd
)) {
338
SExtForOpnd->setOperand(0,
Opnd
);
/external/llvm/lib/Transforms/Scalar/
ConstantHoisting.cpp
215
Value *
Opnd
= Inst->getOperand(Idx);
216
if (auto CastInst = dyn_cast<Instruction>(
Opnd
))
321
Value *
Opnd
= Inst->getOperand(Idx);
324
if (auto ConstInt = dyn_cast<ConstantInt>(
Opnd
)) {
330
if (auto CastInst = dyn_cast<Instruction>(
Opnd
)) {
345
if (auto ConstExpr = dyn_cast<ConstantExpr>(
Opnd
)) {
479
Value *
Opnd
= ConstUser.Inst->getOperand(ConstUser.OpndIdx);
482
if (isa<ConstantInt>(
Opnd
)) {
491
if (auto CastInst = dyn_cast<Instruction>(
Opnd
)) {
513
if (auto ConstExpr = dyn_cast<ConstantExpr>(
Opnd
)) {
[
all
...]
/external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp
816
const FAddend *
Opnd
= *I;
817
if (
Opnd
->isConstant())
820
const FAddendCoef &CE =
Opnd
->getCoef();
844
(const FAddend &
Opnd
, bool &NeedNeg) {
845
const FAddendCoef &Coeff =
Opnd
.getCoef();
847
if (
Opnd
.isConstant()) {
852
Value *OpndVal =
Opnd
.getSymVal();
[
all
...]
/external/llvm/lib/CodeGen/
CodeGenPrepare.cpp
758
// i64 shift.result = lshr i64
opnd
, imm
[
all
...]
/external/llvm/lib/Target/X86/
X86FastISel.cpp
[
all
...]
Completed in 388 milliseconds