/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/ |
PatternMatch.h | 556 inline BinaryOp_match<LHS, RHS, Instruction::URem> m_URem(const LHS &L, 558 return BinaryOp_match<LHS, RHS, Instruction::URem>(L, R); [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/ |
PatternMatch.h | 556 inline BinaryOp_match<LHS, RHS, Instruction::URem> m_URem(const LHS &L, 558 return BinaryOp_match<LHS, RHS, Instruction::URem>(L, R); [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/ |
PatternMatch.h | 556 inline BinaryOp_match<LHS, RHS, Instruction::URem> m_URem(const LHS &L, 558 return BinaryOp_match<LHS, RHS, Instruction::URem>(L, R); [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/ |
PatternMatch.h | 556 inline BinaryOp_match<LHS, RHS, Instruction::URem> m_URem(const LHS &L, 558 return BinaryOp_match<LHS, RHS, Instruction::URem>(L, R); [all...] |
/external/llvm/lib/AsmParser/ |
LLLexer.cpp | 736 INSTKEYWORD(urem, URem); INSTKEYWORD(srem, SRem); INSTKEYWORD(frem, FRem);
|
/external/llvm/lib/Target/AArch64/ |
AArch64TargetTransformInfo.cpp | 91 case Instruction::URem:
|
/external/llvm/lib/Target/ARM/ |
ARMTargetTransformInfo.cpp | 68 Opcode == Instruction::SRem || Opcode == Instruction::URem) && 429 { ISD::UREM, MVT::v1i64, 1 * FunctionCallDivCost}, 433 { ISD::UREM, MVT::v2i32, 2 * FunctionCallDivCost}, 437 { ISD::UREM, MVT::v4i16, 4 * FunctionCallDivCost}, 441 { ISD::UREM, MVT::v8i8, 8 * FunctionCallDivCost}, 446 { ISD::UREM, MVT::v2i64, 2 * FunctionCallDivCost}, 450 { ISD::UREM, MVT::v4i32, 4 * FunctionCallDivCost}, 454 { ISD::UREM, MVT::v8i16, 8 * FunctionCallDivCost}, 458 { ISD::UREM, MVT::v16i8, 16 * FunctionCallDivCost},
|
/external/llvm/tools/llvm-stress/ |
llvm-stress.cpp | 355 case 6:{Op = (isFloat?Instruction::FRem : Instruction::URem); break; }
|
/external/spirv-llvm/lib/SPIRV/ |
SPIRVInternal.h | 120 _SPIRV_OP(URem, UMod) [all...] |
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
LLLexer.cpp | 618 INSTKEYWORD(urem, URem); INSTKEYWORD(srem, SRem); INSTKEYWORD(frem, FRem);
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
InstCombineSimplifyDemanded.cpp | [all...] |
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
Reassociate.cpp | 141 I->getOpcode() == Instruction::URem || [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineCasts.cpp | 184 case Instruction::URem: { 365 case Instruction::URem: { 366 // UDiv and URem can be truncated if all the truncated bits are zero. [all...] |
InstCombineSimplifyDemanded.cpp | 719 case Instruction::URem: { [all...] |
InstCombineMulDivRem.cpp | 11 // srem, urem, frem. [all...] |
/external/llvm/lib/Analysis/ |
InstructionSimplify.cpp | [all...] |
ValueTracking.cpp | [all...] |
/external/swiftshader/third_party/subzero/src/ |
IceConverter.cpp | 286 case Instruction::URem: 287 return convertArithInstruction(Instr, Ice::InstArithmetic::Urem); [all...] |
/external/llvm/lib/ExecutionEngine/Interpreter/ |
Execution.cpp | 699 // Additional macros to execute binary operations udiv/sdiv/urem/srem since 738 case Instruction::URem: INTEGER_VECTOR_FUNCTION(urem) break; 780 case Instruction::URem: R.IntVal = Src1.IntVal.urem(Src2.IntVal); break; [all...] |
/external/llvm/lib/IR/ |
Constants.cpp | 351 case Instruction::URem: [all...] |
/external/llvm/lib/Target/X86/ |
X86FastISel.cpp | [all...] |
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
InstructionSimplify.cpp | [all...] |
ValueTracking.cpp | 510 case Instruction::URem: { [all...] |
/external/llvm/lib/Transforms/Vectorize/ |
SLPVectorizer.cpp | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
SCCP.cpp | [all...] |