Lines Matching defs:InstructionsTest
1 //===- llvm/unittest/IR/InstructionsTest.cpp - Instructions unit tests ----===//
48 TEST(InstructionsTest, ReturnInst) {
133 TEST(InstructionsTest, BranchInst) {
199 TEST(InstructionsTest, CastInst) {
383 TEST(InstructionsTest, CastCAPI) {
441 TEST(InstructionsTest, VectorGep) {
540 TEST(InstructionsTest, FPMathOperator) {
608 TEST(InstructionsTest, isEliminableCastPair) {
688 TEST(InstructionsTest, CloneCall) {
723 TEST(InstructionsTest, AlterCallBundles) {
750 TEST(InstructionsTest, AlterInvokeBundles) {
843 TEST(InstructionsTest, GEPIndices) {
878 TEST(InstructionsTest, ZeroIndexGEP) {
892 TEST(InstructionsTest, SwitchInst) {
955 TEST(InstructionsTest, SwitchInstProfUpdateWrapper) {
996 TEST(InstructionsTest, CommuteShuffleMask) {
1002 TEST(InstructionsTest, ShuffleMaskQueries) {
1302 TEST(InstructionsTest, ShuffleMaskIsReplicationMask) {
1325 TEST(InstructionsTest, ShuffleMaskIsReplicationMask_undef) {
1359 TEST(InstructionsTest, ShuffleMaskIsReplicationMask_Exhaustive_Correctness) {
1399 TEST(InstructionsTest, GetSplat) {
1452 TEST(InstructionsTest, SkipDebug) {
1494 TEST(InstructionsTest, PhiMightNotBeFPMathOperator) {
1506 TEST(InstructionsTest, FPCallIsFPMathOperator) {
1610 TEST(InstructionsTest, FNegInstruction) {
1628 TEST(InstructionsTest, CallBrInstruction) {
1665 TEST(InstructionsTest, UnaryOperator) {
1681 TEST(InstructionsTest, DropLocation) {
1752 TEST(InstructionsTest, BranchWeightOverflow) {
1776 TEST(InstructionsTest, FreezeInst) {
1790 TEST(InstructionsTest, AllocaInst) {
1834 TEST(InstructionsTest, InsertAtBegin) {
1853 TEST(InstructionsTest, InsertAtEnd) {
1872 TEST(InstructionsTest, AtomicSyncscope) {
1917 TEST(InstructionsTest, CmpPredicate) {